NEEWER VL67C Smartphone Selfie Ring Light with APP Control - Perfect for YouTube, TikTok, Instagram Live Streaming & Video Calls
$27.5$50-45% OFF
Free shipping on all orders over $50
7-15 days international
8 people viewing this product right now!
30-day free returns
Secure checkout
14744074
Guranteed safe checkout
Description
Description
Portable RGB Video Light with Smart App Control- Upgraded with the advanced Bluetooth module for wireless control over single or multiple LED lights via the NEEWER APP on your phone, and unlock smart functions like RGB Mode, Music Sync, Light Source Library, Color Matching, Preset Color Temperature, Color Picker functions, and Parameter Memory for quick lighting setup. At 0.24lb/108g and 0.58"/1.48cm thick, this selfie light fits in your palm for professional photography lighting on the go
Powerful & Versatile Full RGB Color- With 94 powerful LED beads, this 5W full color RGB light delivers a max illuminance of 450lux at 0.5m and impressively offers up to 36,000 color choices, with a 97 high CRI for more accurate color rendition without flicker or glare. Perfect for selfies, vlogging, food/beauty/gaming live streaming, TikTok/Youtube video recording, portrait/still life photography, etc. Recommended fill light distance: 4.9"/1.5m
Personalized Lighting with CCT/HSI/FX Modes- This fill light features precise light adjustments for custom lighting scenes. Adjust color temperature from 2500K to 8500K in CCT mode and use the built in GM adjustment for color calibration. HSI mode fine tunes 360° hue, 0~100% brightness, and 0~100 saturation. Explore creativity with the 17 scene effects like cop/police car, ambulance, and fireworks. The OLED display and physical buttons for easy operation
2000mAh Rechargeable Lithium Battery- The 3.7V 2000mAh lithium battery supports up to 110 minutes of continuous lighting at 100% brightness. Fully charged in just 100 minutes via the 5V 2A Type C port, and supports seamless charging while in use, ensuring uninterrupted power throughout the day
On Camera Light with Cold Shoe Mount- The cold shoe mount works with the 1/4" threads on the back clip to install the selfie light on cameras, tripods. The 2"-3.3"/5.2-8.5cm phone clamp holder compatible with iPhone 16 15 Pro Max 15 Plus 14 13 12 Mini Samsung Galaxy S24 S23 S22 Ultra Google Pixel 9 8 7 Pro Huawei etc. The front clip fits phones, tablets, or laptops below 0.98"/2.5cm thickness, with a lens hole to film without blocking the front camera, and allows for 160° front and back tilt
{
img.classList.remove('active-thumbnail');
});
}
}
function selectSize(element) {
var parent = element.parentElement;
var variantOptions = parent.querySelectorAll('.variant-option');
for (var i = 0; i < variantOptions.length; i++) {
variantOptions[i].classList.remove('active');
}
element.classList.add('active');
var value = element.getAttribute('data-option');
document.querySelector('input.size_value').value = value;
element.style.transform = 'translateY(-5px)';
setTimeout(function() {
element.style.transform = 'translateY(0)';
}, 300);
}
document.addEventListener('DOMContentLoaded', function() {
// Color selection
const colorOptions = document.querySelectorAll('.goods-container .color-option');
colorOptions.forEach(option => {
option.addEventListener('click', function() {
colorOptions.forEach(opt => opt.classList.remove('active'));
this.classList.add('active');
// Here you would typically change the main image to show the selected color
});
});
// Size selection
const sizeOptions = document.querySelectorAll('.goods-container .size-option');
sizeOptions.forEach(option => {
option.addEventListener('click', function() {
sizeOptions.forEach(opt => opt.classList.remove('active'));
this.classList.add('active');
});
});
// Thumbnail click
const thumbnails = document.querySelectorAll('.goods-container .thumbnail');
thumbnails.forEach(thumbnail => {
thumbnail.addEventListener('click', function() {
const mainImageSrc = this.src.replace('150x150', '600x600');
document.querySelector('.goods-container .main-image').src = mainImageSrc;
});
});
// Add to cart animation
const addToCartBtn = document.querySelector('.goods-container .btn-add-to-cart');
if (addToCartBtn) {
addToCartBtn.addEventListener('click', function() {
this.innerHTML = ' Added to Cart';
this.style.backgroundColor = '#2a9d8f';
setTimeout(function() {
addToCartBtn.innerHTML = ' Add to Cart';
addToCartBtn.style.backgroundColor = '#e63946';
}, 2000);
});
}
});