Shades of Neon Blue #664AFE
Tints of Neon Blue #664AFE
RGB
CMYK
RGB Variations
Color information
#664AFE (or 0x664AFE) is known color: Neon Blue. HEX triplet: 66, 4A and FE. RGB value is (102,74,254). Sum of RGB (Red+Green+Blue) = 102+74+254=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #664AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664AFE is #99B501. Grayscale: #666666. Windows color (decimal): -10073346 or 16665190. OLE color: 16665190.
HSL color Cylindrical-coordinate representation of color #664AFE: hue angle of 249.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #664AFE is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 74 | 254 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.00 |
| HSL | 249.33º | 0.99% | 0.64% | - |
| HSV(B) | 249.33º | 0.71% | 1% | - |
| XYZ | 25.82 | 14.88 | 95.28 | - |
| YUV | 102.89 | 213.28 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 254 | 0.60 | 0.71 | 0 | 0.00 | 249.33 | 0.99 | 0.64 |
| Hex | 66 | 4A | FE | 3C | 47 | 0 | 0 | F9 | 63 | 40 |
| Octal | 146 | 112 | 376 | 74 | 107 | 0 | 0 | 371 | 143 | 100 |
| Binary | 1100110 | 1001010 | 11111110 | 111100 | 1000111 | 0 | 0 | 11111001 | 1100011 | 1000000 |
Color Harmonies of #664AFE
Complementary color
Monochromatic Colors of #664AFE
Black with #664AFE
Text Example
Text Example
White with #664AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664AFE; }
p { color: rgb(102,74,254); }
H1.HeaderClassName
{
color: #664AFE;
}
.AnyTagClassName
{
color: #664AFE;
}
</style>
background-color css
<style>
a { background-color: #664AFE; }
a { background-color: rgb(102,74,254); }
div.DivClassName
{
background-color: #664AFE;
}
.BgClassName
{
background-color: #664AFE;
}
</style>
border-color css
<style>
span { border-color: #664AFE; }
span { border-color: rgb(102,74,254); }
td.TdClassName
{
border-color: #664AFE;
}
.TagClassName
{
border-color: #664AFE;
}
</style>