Shades of Neon Blue #6642FE
Tints of Neon Blue #6642FE
RGB
CMYK
RGB Variations
Color information
#6642FE (or 0x6642FE) is known color: Neon Blue. HEX triplet: 66, 42 and FE. RGB value is (102,66,254). Sum of RGB (Red+Green+Blue) = 102+66+254=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #6642FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6642FE is #99BD01. Grayscale: #616161. Windows color (decimal): -10075394 or 16663142. OLE color: 16663142.
HSL color Cylindrical-coordinate representation of color #6642FE: hue angle of 251.49º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6642FE is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 66 | 254 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.00 |
| HSL | 251.49º | 0.99% | 0.63% | - |
| HSV(B) | 251.49º | 0.74% | 1% | - |
| XYZ | 25.32 | 13.88 | 95.11 | - |
| YUV | 98.2 | 215.93 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 254 | 0.60 | 0.74 | 0 | 0.00 | 251.49 | 0.99 | 0.63 |
| Hex | 66 | 42 | FE | 3C | 4A | 0 | 0 | FB | 63 | 3F |
| Octal | 146 | 102 | 376 | 74 | 112 | 0 | 0 | 373 | 143 | 77 |
| Binary | 1100110 | 1000010 | 11111110 | 111100 | 1001010 | 0 | 0 | 11111011 | 1100011 | 111111 |
Color Harmonies of #6642FE
Complementary color
Monochromatic Colors of #6642FE
Black with #6642FE
Text Example
Text Example
White with #6642FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6642FE; }
p { color: rgb(102,66,254); }
H1.HeaderClassName
{
color: #6642FE;
}
.AnyTagClassName
{
color: #6642FE;
}
</style>
background-color css
<style>
a { background-color: #6642FE; }
a { background-color: rgb(102,66,254); }
div.DivClassName
{
background-color: #6642FE;
}
.BgClassName
{
background-color: #6642FE;
}
</style>
border-color css
<style>
span { border-color: #6642FE; }
span { border-color: rgb(102,66,254); }
td.TdClassName
{
border-color: #6642FE;
}
.TagClassName
{
border-color: #6642FE;
}
</style>