Shades of Neon Blue #6440FF
Tints of Neon Blue #6440FF
RGB
CMYK
RGB Variations
Color information
#6440FF (or 0x6440FF) is known color: Neon Blue. HEX triplet: 64, 40 and FF. RGB value is (100,64,255). Sum of RGB (Red+Green+Blue) = 100+64+255=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #6440FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6440FF is #9BBF00. Grayscale: #5F5F5F. Windows color (decimal): -10206977 or 16728164. OLE color: 16728164.
HSL color Cylindrical-coordinate representation of color #6440FF: hue angle of 251.31º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6440FF is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 64 | 255 | - |
| CMYK | 0.61 | 0.75 | 0 | 0 |
| HSL | 251.31º | 1% | 0.63% | - |
| HSV(B) | 251.31º | 0.75% | 1% | - |
| XYZ | 25.14 | 13.6 | 95.91 | - |
| YUV | 96.54 | 217.43 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 255 | 0.61 | 0.75 | 0 | 0 | 251.31 | 1 | 0.63 |
| Hex | 64 | 40 | FF | 3D | 4B | 0 | 0 | FB | 64 | 3F |
| Octal | 144 | 100 | 377 | 75 | 113 | 0 | 0 | 373 | 144 | 77 |
| Binary | 1100100 | 1000000 | 11111111 | 111101 | 1001011 | 0 | 0 | 11111011 | 1100100 | 111111 |
Color Harmonies of #6440FF
Complementary color
Monochromatic Colors of #6440FF
Black with #6440FF
Text Example
Text Example
White with #6440FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6440FF; }
p { color: rgb(100,64,255); }
H1.HeaderClassName
{
color: #6440FF;
}
.AnyTagClassName
{
color: #6440FF;
}
</style>
background-color css
<style>
a { background-color: #6440FF; }
a { background-color: rgb(100,64,255); }
div.DivClassName
{
background-color: #6440FF;
}
.BgClassName
{
background-color: #6440FF;
}
</style>
border-color css
<style>
span { border-color: #6440FF; }
span { border-color: rgb(100,64,255); }
td.TdClassName
{
border-color: #6440FF;
}
.TagClassName
{
border-color: #6440FF;
}
</style>