Shades of Neon Blue #664EFF
Tints of Neon Blue #664EFF
RGB
CMYK
RGB Variations
Color information
#664EFF (or 0x664EFF) is known color: Neon Blue. HEX triplet: 66, 4E and FF. RGB value is (102,78,255). Sum of RGB (Red+Green+Blue) = 102+78+255=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #664EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664EFF is #99B100. Grayscale: #686868. Windows color (decimal): -10072321 or 16731750. OLE color: 16731750.
HSL color Cylindrical-coordinate representation of color #664EFF: hue angle of 248.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664EFF is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 78 | 255 | - |
| CMYK | 0.6 | 0.69 | 0 | 0 |
| HSL | 248.14º | 1% | 0.65% | - |
| HSV(B) | 248.14º | 0.69% | 1% | - |
| XYZ | 26.25 | 15.49 | 96.21 | - |
| YUV | 105.35 | 212.45 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 255 | 0.6 | 0.69 | 0 | 0 | 248.14 | 1 | 0.65 |
| Hex | 66 | 4E | FF | 3C | 45 | 0 | 0 | F8 | 64 | 41 |
| Octal | 146 | 116 | 377 | 74 | 105 | 0 | 0 | 370 | 144 | 101 |
| Binary | 1100110 | 1001110 | 11111111 | 111100 | 1000101 | 0 | 0 | 11111000 | 1100100 | 1000001 |
Color Harmonies of #664EFF
Complementary color
Monochromatic Colors of #664EFF
Black with #664EFF
Text Example
Text Example
White with #664EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664EFF; }
p { color: rgb(102,78,255); }
H1.HeaderClassName
{
color: #664EFF;
}
.AnyTagClassName
{
color: #664EFF;
}
</style>
background-color css
<style>
a { background-color: #664EFF; }
a { background-color: rgb(102,78,255); }
div.DivClassName
{
background-color: #664EFF;
}
.BgClassName
{
background-color: #664EFF;
}
</style>
border-color css
<style>
span { border-color: #664EFF; }
span { border-color: rgb(102,78,255); }
td.TdClassName
{
border-color: #664EFF;
}
.TagClassName
{
border-color: #664EFF;
}
</style>