Shades of Neon Blue #4044EF
Tints of Neon Blue #4044EF
RGB
CMYK
RGB Variations
Color information
#4044EF (or 0x4044EF) is known color: Neon Blue. HEX triplet: 40, 44 and EF. RGB value is (64,68,239). Sum of RGB (Red+Green+Blue) = 64+68+239=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #4044EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4044EF is #BFBB10. Grayscale: #555555. Windows color (decimal): -12565265 or 15680576. OLE color: 15680576.
HSL color Cylindrical-coordinate representation of color #4044EF: hue angle of 238.63º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4044EF is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 68 | 239 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.06 |
| HSL | 238.63º | 0.85% | 0.59% | - |
| HSV(B) | 238.63º | 0.73% | 0.94% | - |
| XYZ | 19.76 | 11.46 | 82.83 | - |
| YUV | 86.3 | 214.17 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 239 | 0.73 | 0.72 | 0 | 0.06 | 238.63 | 0.85 | 0.59 |
| Hex | 40 | 44 | EF | 49 | 48 | 0 | 6 | EF | 55 | 3B |
| Octal | 100 | 104 | 357 | 111 | 110 | 0 | 6 | 357 | 125 | 73 |
| Binary | 1000000 | 1000100 | 11101111 | 1001001 | 1001000 | 0 | 110 | 11101111 | 1010101 | 111011 |
Color Harmonies of #4044EF
Complementary color
Monochromatic Colors of #4044EF
Black with #4044EF
Text Example
Text Example
White with #4044EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044EF; }
p { color: rgb(64,68,239); }
H1.HeaderClassName
{
color: #4044EF;
}
.AnyTagClassName
{
color: #4044EF;
}
</style>
background-color css
<style>
a { background-color: #4044EF; }
a { background-color: rgb(64,68,239); }
div.DivClassName
{
background-color: #4044EF;
}
.BgClassName
{
background-color: #4044EF;
}
</style>
border-color css
<style>
span { border-color: #4044EF; }
span { border-color: rgb(64,68,239); }
td.TdClassName
{
border-color: #4044EF;
}
.TagClassName
{
border-color: #4044EF;
}
</style>