Shades of Neon Blue #644EFF
Tints of Neon Blue #644EFF
RGB
CMYK
RGB Variations
Color information
#644EFF (or 0x644EFF) is known color: Neon Blue. HEX triplet: 64, 4E and FF. RGB value is (100,78,255). Sum of RGB (Red+Green+Blue) = 100+78+255=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #644EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644EFF is #9BB100. Grayscale: #686868. Windows color (decimal): -10203393 or 16731748. OLE color: 16731748.
HSL color Cylindrical-coordinate representation of color #644EFF: hue angle of 247.46º 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 #644EFF is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 78 | 255 | - |
| CMYK | 0.61 | 0.69 | 0 | 0 |
| HSL | 247.46º | 1% | 0.65% | - |
| HSV(B) | 247.46º | 0.69% | 1% | - |
| XYZ | 26.03 | 15.38 | 96.2 | - |
| YUV | 104.76 | 212.79 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 255 | 0.61 | 0.69 | 0 | 0 | 247.46 | 1 | 0.65 |
| Hex | 64 | 4E | FF | 3D | 45 | 0 | 0 | F7 | 64 | 41 |
| Octal | 144 | 116 | 377 | 75 | 105 | 0 | 0 | 367 | 144 | 101 |
| Binary | 1100100 | 1001110 | 11111111 | 111101 | 1000101 | 0 | 0 | 11110111 | 1100100 | 1000001 |
Color Harmonies of #644EFF
Complementary color
Monochromatic Colors of #644EFF
Black with #644EFF
Text Example
Text Example
White with #644EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EFF; }
p { color: rgb(100,78,255); }
H1.HeaderClassName
{
color: #644EFF;
}
.AnyTagClassName
{
color: #644EFF;
}
</style>
background-color css
<style>
a { background-color: #644EFF; }
a { background-color: rgb(100,78,255); }
div.DivClassName
{
background-color: #644EFF;
}
.BgClassName
{
background-color: #644EFF;
}
</style>
border-color css
<style>
span { border-color: #644EFF; }
span { border-color: rgb(100,78,255); }
td.TdClassName
{
border-color: #644EFF;
}
.TagClassName
{
border-color: #644EFF;
}
</style>