Shades of Neon Blue #4044EC
Tints of Neon Blue #4044EC
RGB
CMYK
RGB Variations
Color information
#4044EC (or 0x4044EC) is known color: Neon Blue. HEX triplet: 40, 44 and EC. RGB value is (64,68,236). Sum of RGB (Red+Green+Blue) = 64+68+236=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #4044EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4044EC is #BFBB13. Grayscale: #555555. Windows color (decimal): -12565268 or 15483968. OLE color: 15483968.
HSL color Cylindrical-coordinate representation of color #4044EC: hue angle of 238.6º 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 #4044EC is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 68 | 236 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.07 |
| HSL | 238.6º | 0.82% | 0.59% | - |
| HSV(B) | 238.6º | 0.73% | 0.93% | - |
| XYZ | 19.32 | 11.28 | 80.52 | - |
| YUV | 85.96 | 212.67 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 236 | 0.73 | 0.71 | 0 | 0.07 | 238.6 | 0.82 | 0.59 |
| Hex | 40 | 44 | EC | 49 | 47 | 0 | 7 | EF | 52 | 3B |
| Octal | 100 | 104 | 354 | 111 | 107 | 0 | 7 | 357 | 122 | 73 |
| Binary | 1000000 | 1000100 | 11101100 | 1001001 | 1000111 | 0 | 111 | 11101111 | 1010010 | 111011 |
Color Harmonies of #4044EC
Complementary color
Monochromatic Colors of #4044EC
Black with #4044EC
Text Example
Text Example
White with #4044EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044EC; }
p { color: rgb(64,68,236); }
H1.HeaderClassName
{
color: #4044EC;
}
.AnyTagClassName
{
color: #4044EC;
}
</style>
background-color css
<style>
a { background-color: #4044EC; }
a { background-color: rgb(64,68,236); }
div.DivClassName
{
background-color: #4044EC;
}
.BgClassName
{
background-color: #4044EC;
}
</style>
border-color css
<style>
span { border-color: #4044EC; }
span { border-color: rgb(64,68,236); }
td.TdClassName
{
border-color: #4044EC;
}
.TagClassName
{
border-color: #4044EC;
}
</style>