Shades of Neon Blue #644EFE
Tints of Neon Blue #644EFE
RGB
CMYK
RGB Variations
Color information
#644EFE (or 0x644EFE) is known color: Neon Blue. HEX triplet: 64, 4E and FE. RGB value is (100,78,254). Sum of RGB (Red+Green+Blue) = 100+78+254=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 78 (30.86% from 255 or 18.06% 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 #644EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644EFE is #9BB101. Grayscale: #676767. Windows color (decimal): -10203394 or 16666212. OLE color: 16666212.
HSL color Cylindrical-coordinate representation of color #644EFE: hue angle of 247.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #644EFE is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 78 | 254 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.00 |
| HSL | 247.5º | 0.99% | 0.65% | - |
| HSV(B) | 247.5º | 0.69% | 1% | - |
| XYZ | 25.87 | 15.31 | 95.36 | - |
| YUV | 104.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 254 | 0.61 | 0.69 | 0 | 0.00 | 247.5 | 0.99 | 0.65 |
| Hex | 64 | 4E | FE | 3D | 45 | 0 | 0 | F8 | 63 | 41 |
| Octal | 144 | 116 | 376 | 75 | 105 | 0 | 0 | 370 | 143 | 101 |
| Binary | 1100100 | 1001110 | 11111110 | 111101 | 1000101 | 0 | 0 | 11111000 | 1100011 | 1000001 |
Color Harmonies of #644EFE
Complementary color
Monochromatic Colors of #644EFE
Black with #644EFE
Text Example
Text Example
White with #644EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EFE; }
p { color: rgb(100,78,254); }
H1.HeaderClassName
{
color: #644EFE;
}
.AnyTagClassName
{
color: #644EFE;
}
</style>
background-color css
<style>
a { background-color: #644EFE; }
a { background-color: rgb(100,78,254); }
div.DivClassName
{
background-color: #644EFE;
}
.BgClassName
{
background-color: #644EFE;
}
</style>
border-color css
<style>
span { border-color: #644EFE; }
span { border-color: rgb(100,78,254); }
td.TdClassName
{
border-color: #644EFE;
}
.TagClassName
{
border-color: #644EFE;
}
</style>