Shades of Neon Blue #644EF6
Tints of Neon Blue #644EF6
RGB
CMYK
RGB Variations
Color information
#644EF6 (or 0x644EF6) is known color: Neon Blue. HEX triplet: 64, 4E and F6. RGB value is (100,78,246). Sum of RGB (Red+Green+Blue) = 100+78+246=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 246 (96.48% from 255 or 58.02% from 424); Max value from RGB is 246 - color contains mainly: blue. Hex color #644EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644EF6 is #9BB109. Grayscale: #676767. Windows color (decimal): -10203402 or 16141924. OLE color: 16141924.
HSL color Cylindrical-coordinate representation of color #644EF6: hue angle of 247.86º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #644EF6 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 78 | 246 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.04 |
| HSL | 247.86º | 0.9% | 0.64% | - |
| HSV(B) | 247.86º | 0.68% | 0.96% | - |
| XYZ | 24.61 | 14.81 | 88.75 | - |
| YUV | 103.73 | 208.29 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 246 | 0.59 | 0.68 | 0 | 0.04 | 247.86 | 0.9 | 0.64 |
| Hex | 64 | 4E | F6 | 3B | 44 | 0 | 4 | F8 | 5A | 40 |
| Octal | 144 | 116 | 366 | 73 | 104 | 0 | 4 | 370 | 132 | 100 |
| Binary | 1100100 | 1001110 | 11110110 | 111011 | 1000100 | 0 | 100 | 11111000 | 1011010 | 1000000 |
Color Harmonies of #644EF6
Complementary color
Monochromatic Colors of #644EF6
Black with #644EF6
Text Example
Text Example
White with #644EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EF6; }
p { color: rgb(100,78,246); }
H1.HeaderClassName
{
color: #644EF6;
}
.AnyTagClassName
{
color: #644EF6;
}
</style>
background-color css
<style>
a { background-color: #644EF6; }
a { background-color: rgb(100,78,246); }
div.DivClassName
{
background-color: #644EF6;
}
.BgClassName
{
background-color: #644EF6;
}
</style>
border-color css
<style>
span { border-color: #644EF6; }
span { border-color: rgb(100,78,246); }
td.TdClassName
{
border-color: #644EF6;
}
.TagClassName
{
border-color: #644EF6;
}
</style>