Shades of Neon Blue #6642FF
Tints of Neon Blue #6642FF
RGB
CMYK
RGB Variations
Color information
#6642FF (or 0x6642FF) is known color: Neon Blue. HEX triplet: 66, 42 and FF. RGB value is (102,66,255). Sum of RGB (Red+Green+Blue) = 102+66+255=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #6642FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6642FF is #99BD00. Grayscale: #616161. Windows color (decimal): -10075393 or 16728678. OLE color: 16728678.
HSL color Cylindrical-coordinate representation of color #6642FF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6642FF is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 66 | 255 | - |
| CMYK | 0.6 | 0.74 | 0 | 0 |
| HSL | 251.43º | 1% | 0.63% | - |
| HSV(B) | 251.43º | 0.74% | 1% | - |
| XYZ | 25.48 | 13.94 | 95.96 | - |
| YUV | 98.31 | 216.43 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 255 | 0.6 | 0.74 | 0 | 0 | 251.43 | 1 | 0.63 |
| Hex | 66 | 42 | FF | 3C | 4A | 0 | 0 | FB | 64 | 3F |
| Octal | 146 | 102 | 377 | 74 | 112 | 0 | 0 | 373 | 144 | 77 |
| Binary | 1100110 | 1000010 | 11111111 | 111100 | 1001010 | 0 | 0 | 11111011 | 1100100 | 111111 |
Color Harmonies of #6642FF
Complementary color
Monochromatic Colors of #6642FF
Black with #6642FF
Text Example
Text Example
White with #6642FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6642FF; }
p { color: rgb(102,66,255); }
H1.HeaderClassName
{
color: #6642FF;
}
.AnyTagClassName
{
color: #6642FF;
}
</style>
background-color css
<style>
a { background-color: #6642FF; }
a { background-color: rgb(102,66,255); }
div.DivClassName
{
background-color: #6642FF;
}
.BgClassName
{
background-color: #6642FF;
}
</style>
border-color css
<style>
span { border-color: #6642FF; }
span { border-color: rgb(102,66,255); }
td.TdClassName
{
border-color: #6642FF;
}
.TagClassName
{
border-color: #6642FF;
}
</style>