Shades of Neon Blue #644EFC
Tints of Neon Blue #644EFC
RGB
CMYK
RGB Variations
Color information
#644EFC (or 0x644EFC) is known color: Neon Blue. HEX triplet: 64, 4E and FC. RGB value is (100,78,252). Sum of RGB (Red+Green+Blue) = 100+78+252=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #644EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644EFC is #9BB103. Grayscale: #676767. Windows color (decimal): -10203396 or 16535140. OLE color: 16535140.
HSL color Cylindrical-coordinate representation of color #644EFC: hue angle of 247.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #644EFC is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 78 | 252 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.01 |
| HSL | 247.59º | 0.97% | 0.65% | - |
| HSV(B) | 247.59º | 0.69% | 0.99% | - |
| XYZ | 25.55 | 15.19 | 93.68 | - |
| YUV | 104.41 | 211.29 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 252 | 0.60 | 0.69 | 0 | 0.01 | 247.59 | 0.97 | 0.65 |
| Hex | 64 | 4E | FC | 3C | 45 | 0 | 1 | F8 | 61 | 41 |
| Octal | 144 | 116 | 374 | 74 | 105 | 0 | 1 | 370 | 141 | 101 |
| Binary | 1100100 | 1001110 | 11111100 | 111100 | 1000101 | 0 | 1 | 11111000 | 1100001 | 1000001 |
Color Harmonies of #644EFC
Complementary color
Monochromatic Colors of #644EFC
Black with #644EFC
Text Example
Text Example
White with #644EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EFC; }
p { color: rgb(100,78,252); }
H1.HeaderClassName
{
color: #644EFC;
}
.AnyTagClassName
{
color: #644EFC;
}
</style>
background-color css
<style>
a { background-color: #644EFC; }
a { background-color: rgb(100,78,252); }
div.DivClassName
{
background-color: #644EFC;
}
.BgClassName
{
background-color: #644EFC;
}
</style>
border-color css
<style>
span { border-color: #644EFC; }
span { border-color: rgb(100,78,252); }
td.TdClassName
{
border-color: #644EFC;
}
.TagClassName
{
border-color: #644EFC;
}
</style>