Shades of Neon Blue #664CFE
Tints of Neon Blue #664CFE
RGB
CMYK
RGB Variations
Color information
#664CFE (or 0x664CFE) is known color: Neon Blue. HEX triplet: 66, 4C and FE. RGB value is (102,76,254). Sum of RGB (Red+Green+Blue) = 102+76+254=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #664CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #664CFE is #99B301. Grayscale: #676767. Windows color (decimal): -10072834 or 16665702. OLE color: 16665702.
HSL color Cylindrical-coordinate representation of color #664CFE: hue angle of 248.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #664CFE is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 76 | 254 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.00 |
| HSL | 248.76º | 0.99% | 0.65% | - |
| HSV(B) | 248.76º | 0.7% | 1% | - |
| XYZ | 25.95 | 15.15 | 95.32 | - |
| YUV | 104.07 | 212.61 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 76 | 254 | 0.60 | 0.70 | 0 | 0.00 | 248.76 | 0.99 | 0.65 |
| Hex | 66 | 4C | FE | 3C | 46 | 0 | 0 | F9 | 63 | 41 |
| Octal | 146 | 114 | 376 | 74 | 106 | 0 | 0 | 371 | 143 | 101 |
| Binary | 1100110 | 1001100 | 11111110 | 111100 | 1000110 | 0 | 0 | 11111001 | 1100011 | 1000001 |
Color Harmonies of #664CFE
Complementary color
Monochromatic Colors of #664CFE
Black with #664CFE
Text Example
Text Example
White with #664CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664CFE; }
p { color: rgb(102,76,254); }
H1.HeaderClassName
{
color: #664CFE;
}
.AnyTagClassName
{
color: #664CFE;
}
</style>
background-color css
<style>
a { background-color: #664CFE; }
a { background-color: rgb(102,76,254); }
div.DivClassName
{
background-color: #664CFE;
}
.BgClassName
{
background-color: #664CFE;
}
</style>
border-color css
<style>
span { border-color: #664CFE; }
span { border-color: rgb(102,76,254); }
td.TdClassName
{
border-color: #664CFE;
}
.TagClassName
{
border-color: #664CFE;
}
</style>