Shades of Neon Blue #4044EB
Tints of Neon Blue #4044EB
RGB
CMYK
RGB Variations
Color information
#4044EB (or 0x4044EB) is known color: Neon Blue. HEX triplet: 40, 44 and EB. RGB value is (64,68,235). Sum of RGB (Red+Green+Blue) = 64+68+235=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #4044EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4044EB is #BFBB14. Grayscale: #555555. Windows color (decimal): -12565269 or 15418432. OLE color: 15418432.
HSL color Cylindrical-coordinate representation of color #4044EB: hue angle of 238.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4044EB is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 68 | 235 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.08 |
| HSL | 238.6º | 0.81% | 0.59% | - |
| HSV(B) | 238.6º | 0.73% | 0.92% | - |
| XYZ | 19.18 | 11.22 | 79.75 | - |
| YUV | 85.84 | 212.17 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 235 | 0.73 | 0.71 | 0 | 0.08 | 238.6 | 0.81 | 0.59 |
| Hex | 40 | 44 | EB | 49 | 47 | 0 | 8 | EF | 51 | 3B |
| Octal | 100 | 104 | 353 | 111 | 107 | 0 | 10 | 357 | 121 | 73 |
| Binary | 1000000 | 1000100 | 11101011 | 1001001 | 1000111 | 0 | 1000 | 11101111 | 1010001 | 111011 |
Color Harmonies of #4044EB
Complementary color
Monochromatic Colors of #4044EB
Black with #4044EB
Text Example
Text Example
White with #4044EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044EB; }
p { color: rgb(64,68,235); }
H1.HeaderClassName
{
color: #4044EB;
}
.AnyTagClassName
{
color: #4044EB;
}
</style>
background-color css
<style>
a { background-color: #4044EB; }
a { background-color: rgb(64,68,235); }
div.DivClassName
{
background-color: #4044EB;
}
.BgClassName
{
background-color: #4044EB;
}
</style>
border-color css
<style>
span { border-color: #4044EB; }
span { border-color: rgb(64,68,235); }
td.TdClassName
{
border-color: #4044EB;
}
.TagClassName
{
border-color: #4044EB;
}
</style>