✨ Light Up Your Life with Neon Vibes! ✨
The airgoo NEON Addressable RGB PC LED Strip is a cutting-edge lighting solution designed for gamers and tech enthusiasts. Measuring 15.75 x 0.55 x 0.28 inches, this flexible LED strip features 42 individually controllable RGB LEDs housed in a durable silicone rubber tube. Compatible with popular motherboard brands like ASUS, MSI, and GIGABYTE, it offers easy installation with magnetic brackets and requires a 5V 3-pin ARGB header for power. Elevate your gaming or workspace ambiance with this stylish and eco-friendly lighting option.
Color | NEON ARGB LED Strips, 5v 3-pin, 42 LEDs |
Brand | airgoo |
Indoor/Outdoor Usage | Indoor |
Special Feature | Dimmable, Compatible with ASUS Aura SYNC, Gigabyte RGB Fusion, MSI Mystic Light Sync Motherboard 5V 3-Pin addressable LED headers |
Light Source Type | LED |
Power Source | 5V 3-Pin ARGB LED headers ONLY |
Light Color | RGB |
Theme | Indoor |
Occasion | Gift |
Style | Modern |
Material | Silicone Rubber |
Controller Type | ASUS Aura SYNC, Gigabyte RGB Fusion, MSI Mystic Light Sync Motherboard 3-pin D-RGB Header |
Connectivity Protocol | ASUS Aura SYNC, Gigabyte RGB Fusion, MSI Mystic Light Sync |
Connectivity Technology | Bluetooth |
Number of Light Sources | 42 |
Voltage | 5 Volts |
Wattage | 10 watts |
Included Components | 2 x Neon Addressable LED Strip (40cm) 2 x ARGB Extension Cable |
Number of Items | 2 |
Item dimensions L x W x H | 15.75 x 0.55 x 0.28 inches |
Control Method | App |
Water Resistance Level | Not Water Resistant |
Wireless Communication Technology | Bluetooth |
Manufacturer | airgoo |
Part Number | AG-NEON-LS1 |
Item Weight | 6.3 ounces |
Product Dimensions | 15.75 x 0.55 x 0.28 inches |
Country of Origin | China |
Item model number | AG-NEON-LS1 |
Assembled Height | 0.7 centimeters |
Assembled Length | 40 centimeters |
Assembled Width | 1.4 centimeters |
Shape | Linear |
Specific Uses | Compatible with ASUS Aura SYNC, Gigabyte RGB Fusion, MSI Mystic Light Sync Motherboard 5V 3-Pin addressable LED |
Special Features | Dimmable, Compatible with ASUS Aura SYNC, Gigabyte RGB Fusion, MSI Mystic Light Sync Motherboard 5V 3-Pin addressable LED headers |
Shade Material | Neon |
Light Direction | Up/Down Light |
Batteries Included? | No |
Batteries Required? | No |
M**N
Absolutely love these strips.
The media could not be loaded. Using this with an ASrock MB through polychrome and it works great with polychrome. The strip is nice and flexable and can be installed pretty much any where you can use a magnet in the case. I like this strip over regular tape style strips due to the fact the glow is nice and even. With tape style they almost have to be hidden and this one I can have right out at the fore front of the case. They can be daisy chained or they can be hooked up separately which it comes with everything to do either or. They also come with both styles of 3 pin adapters so they will hook up to most mother boards with a 5v argb header. The magnetic clips they came with are handy and have different styles to mount at different angles. The strips are very bright and vibrant. Can tune them basically to any color. The one thing I wish is that they would have came in a 3 pack, or maybe in a single pack. I need 3 and cant really use a 4th. Will probably order another one and just figure out somewhere to put the fourth. The one downside I would say is they are a little bulky and can take up some space.
P**L
Works with Arduino and ESP32 using FastLED library
The LEDs are ws2812B and work well. Example code for rainbow effect:#include <FastLED.h>// Define the number of LEDs#define NUM_LEDS 42#define LED_PIN 5 // Pin connected to the data input of the WS2812B strip// Create an array to hold the LED colorsCRGB leds[NUM_LEDS];void setup() {// Initialize the FastLED libraryFastLED.addLeds<WS2812, LED_PIN, GRB>(leds, NUM_LEDS);FastLED.clear();FastLED.show();}void loop() {// Example animationsrainbowEffect();}// Function to display a rainbow effectvoid rainbowEffect() {static uint8_t hue = 0;for (int i = 0; i < NUM_LEDS; i++) {leds[i] = CHSV(hue + (i * 10), 255, 255); // Hue gradient along the strip}FastLED.show();hue++; // Update the starting hue for the next framedelay(20); // Adjust the delay for animation speed}// Function to set all LEDs to a solid colorvoid solidColor(CRGB color) {fill_solid(leds, NUM_LEDS, color);FastLED.show();}// Function to turn off all LEDsvoid clearStrip() {FastLED.clear();FastLED.show();}
T**S
Worked fine out of the box, bright and colorful but yellowed over time
I bought these early last year to accent my windowed case. Physical setup was easy, the magnets made placement a cinch and control through the ASUS board (via openRGB) worked fine. They work fine.Some time on, not long after a year of use, the material used to diffuse the lights to make them smooth has yellowed significantly. Stronger colors like straight blue, green or red are fine. Yellow is fine (obviously). If you set it to white (which, while not completely bright white, was still white upon installation), it's very much more of a wheat yellow. What used to be cyan now looks almost exactly like straight green. If you put them onto a cycle color you'll see them blend in as though some colors are just missing entirely.So I'm not giving it a terrible rating, but be aware these are likely to yellow with age, which can and will affect the colors they output.
B**Y
Fantastic product and Vendor customer service!
The initial pack I purchased had some minor problems with an internal connections in one of the strands and depending on the positioning of the strands it wouldn't stay illuminated. I reached out to the customer support team Airgoo and they immediatly apologized and sent me a free set to make things right. I was so impressed I ended up buying a second set from Amazon! The build quality, color quality and ease of installation for all 5 strips I have in my PC are amazing; and for only $20 a pop they are a good value too.My only complaints are the lack of mounting hardware each pack comes with. If you want to keep it simple it's not a big deal but I wanted a lot of twists in my lighting so I bought an additional mounting pack. I'd like to see a couple more corner mounting brackets per pack, but other than that I cannot recommend this enough for customer lighting!In short: great product, good build quality, fantastic customer service team at Airgoo, and an affordable pricetag. I highly recommend this product
D**D
Count your prongs lol
Didn’t fit mine cause I didn’t pay attention to prongs so PAY ATTENTION TO WHAT YOUR BUYING but looks great in my friends computer
T**M
Amazing
A nice upgrade if you don’t want RGB fans or anything like that. I personally love all black builds with RGB ram and a product like this. Shows off the insides of my PC but, still keeps the nice black theme going. I highly recommend this if you want a cheap upgrade to the aesthetics of your PC.
J**A
they work great!
Easy to setup, i bought two sets and lined in perimeter of the case, looks very good and the suppliedmagnates was a plus.
J**L
Works well - easy to install
I got this cheap and that's the only reason I got it since I'm not an RGB fanatic. The magnets that hold it make installation very easy in various positions. The length is also excellent, and the connectivity is excellent with the differing options.The only problem I've had is 1 led flickers if the brightness is lowered at all. It needs to be bright for it to work. Overall the quality is good, but durability is more questionable.
Trustpilot
2 months ago
1 month ago