Shades of Neon Blue #6B3CF7
Tints of Neon Blue #6B3CF7
RGB
CMYK
RGB Variations
Color information
#6B3CF7 (or 0x6B3CF7) is known color: Neon Blue. HEX triplet: 6B, 3C and F7. RGB value is (107,60,247). Sum of RGB (Red+Green+Blue) = 107+60+247=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 247 (96.88% from 255 or 59.66% from 414); Max value from RGB is 247 - color contains mainly: blue. Hex color #6B3CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B3CF7 is #94C308. Grayscale: #5E5E5E. Windows color (decimal): -9749257 or 16202859. OLE color: 16202859.
HSL color Cylindrical-coordinate representation of color #6B3CF7: hue angle of 255.08º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B3CF7 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 60 | 247 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.03 |
| HSL | 255.08º | 0.92% | 0.6% | - |
| HSV(B) | 255.08º | 0.76% | 0.97% | - |
| XYZ | 24.47 | 13.07 | 89.23 | - |
| YUV | 95.37 | 213.57 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 247 | 0.57 | 0.76 | 0 | 0.03 | 255.08 | 0.92 | 0.6 |
| Hex | 6B | 3C | F7 | 39 | 4C | 0 | 3 | FF | 5C | 3C |
| Octal | 153 | 74 | 367 | 71 | 114 | 0 | 3 | 377 | 134 | 74 |
| Binary | 1101011 | 111100 | 11110111 | 111001 | 1001100 | 0 | 11 | 11111111 | 1011100 | 111100 |
Color Harmonies of #6B3CF7
Complementary color
Monochromatic Colors of #6B3CF7
Black with #6B3CF7
Text Example
Text Example
White with #6B3CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3CF7; }
p { color: rgb(107,60,247); }
H1.HeaderClassName
{
color: #6B3CF7;
}
.AnyTagClassName
{
color: #6B3CF7;
}
</style>
background-color css
<style>
a { background-color: #6B3CF7; }
a { background-color: rgb(107,60,247); }
div.DivClassName
{
background-color: #6B3CF7;
}
.BgClassName
{
background-color: #6B3CF7;
}
</style>
border-color css
<style>
span { border-color: #6B3CF7; }
span { border-color: rgb(107,60,247); }
td.TdClassName
{
border-color: #6B3CF7;
}
.TagClassName
{
border-color: #6B3CF7;
}
</style>