Shades of Neon Blue #644DFF
Tints of Neon Blue #644DFF
RGB
CMYK
RGB Variations
Color information
#644DFF (or 0x644DFF) is known color: Neon Blue. HEX triplet: 64, 4D and FF. RGB value is (100,77,255). Sum of RGB (Red+Green+Blue) = 100+77+255=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #644DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #644DFF is #9BB200. Grayscale: #676767. Windows color (decimal): -10203649 or 16731492. OLE color: 16731492.
HSL color Cylindrical-coordinate representation of color #644DFF: hue angle of 247.75º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #644DFF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 77 | 255 | - |
| CMYK | 0.61 | 0.70 | 0 | 0 |
| HSL | 247.75º | 1% | 0.65% | - |
| HSV(B) | 247.75º | 0.7% | 1% | - |
| XYZ | 25.96 | 15.24 | 96.18 | - |
| YUV | 104.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 255 | 0.61 | 0.70 | 0 | 0 | 247.75 | 1 | 0.65 |
| Hex | 64 | 4D | FF | 3D | 46 | 0 | 0 | F8 | 64 | 41 |
| Octal | 144 | 115 | 377 | 75 | 106 | 0 | 0 | 370 | 144 | 101 |
| Binary | 1100100 | 1001101 | 11111111 | 111101 | 1000110 | 0 | 0 | 11111000 | 1100100 | 1000001 |
Color Harmonies of #644DFF
Complementary color
Monochromatic Colors of #644DFF
Black with #644DFF
Text Example
Text Example
White with #644DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DFF; }
p { color: rgb(100,77,255); }
H1.HeaderClassName
{
color: #644DFF;
}
.AnyTagClassName
{
color: #644DFF;
}
</style>
background-color css
<style>
a { background-color: #644DFF; }
a { background-color: rgb(100,77,255); }
div.DivClassName
{
background-color: #644DFF;
}
.BgClassName
{
background-color: #644DFF;
}
</style>
border-color css
<style>
span { border-color: #644DFF; }
span { border-color: rgb(100,77,255); }
td.TdClassName
{
border-color: #644DFF;
}
.TagClassName
{
border-color: #644DFF;
}
</style>