Shades of Neon Blue #6440EC
Tints of Neon Blue #6440EC
RGB
CMYK
RGB Variations
Color information
#6440EC (or 0x6440EC) is known color: Neon Blue. HEX triplet: 64, 40 and EC. RGB value is (100,64,236). Sum of RGB (Red+Green+Blue) = 100+64+236=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #6440EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6440EC is #9BBF13. Grayscale: #5D5D5D. Windows color (decimal): -10206996 or 15482980. OLE color: 15482980.
HSL color Cylindrical-coordinate representation of color #6440EC: hue angle of 252.56º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6440EC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 64 | 236 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.07 |
| HSL | 252.56º | 0.82% | 0.59% | - |
| HSV(B) | 252.56º | 0.73% | 0.93% | - |
| XYZ | 22.23 | 12.43 | 80.58 | - |
| YUV | 94.37 | 207.93 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 236 | 0.58 | 0.73 | 0 | 0.07 | 252.56 | 0.82 | 0.59 |
| Hex | 64 | 40 | EC | 3A | 49 | 0 | 7 | FD | 52 | 3B |
| Octal | 144 | 100 | 354 | 72 | 111 | 0 | 7 | 375 | 122 | 73 |
| Binary | 1100100 | 1000000 | 11101100 | 111010 | 1001001 | 0 | 111 | 11111101 | 1010010 | 111011 |
Color Harmonies of #6440EC
Complementary color
Monochromatic Colors of #6440EC
Black with #6440EC
Text Example
Text Example
White with #6440EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6440EC; }
p { color: rgb(100,64,236); }
H1.HeaderClassName
{
color: #6440EC;
}
.AnyTagClassName
{
color: #6440EC;
}
</style>
background-color css
<style>
a { background-color: #6440EC; }
a { background-color: rgb(100,64,236); }
div.DivClassName
{
background-color: #6440EC;
}
.BgClassName
{
background-color: #6440EC;
}
</style>
border-color css
<style>
span { border-color: #6440EC; }
span { border-color: rgb(100,64,236); }
td.TdClassName
{
border-color: #6440EC;
}
.TagClassName
{
border-color: #6440EC;
}
</style>