Shades of Neon Blue #4036EF
Tints of Neon Blue #4036EF
RGB
CMYK
RGB Variations
Color information
#4036EF (or 0x4036EF) is known color: Neon Blue. HEX triplet: 40, 36 and EF. RGB value is (64,54,239). Sum of RGB (Red+Green+Blue) = 64+54+239=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #4036EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4036EF is #BFC910. Grayscale: #4D4D4D. Windows color (decimal): -12568849 or 15676992. OLE color: 15676992.
HSL color Cylindrical-coordinate representation of color #4036EF: hue angle of 243.24º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4036EF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 54 | 239 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.06 |
| HSL | 243.24º | 0.85% | 0.57% | - |
| HSV(B) | 243.24º | 0.77% | 0.94% | - |
| XYZ | 19.01 | 9.96 | 82.58 | - |
| YUV | 78.08 | 218.81 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 239 | 0.73 | 0.77 | 0 | 0.06 | 243.24 | 0.85 | 0.57 |
| Hex | 40 | 36 | EF | 49 | 4D | 0 | 6 | F3 | 55 | 39 |
| Octal | 100 | 66 | 357 | 111 | 115 | 0 | 6 | 363 | 125 | 71 |
| Binary | 1000000 | 110110 | 11101111 | 1001001 | 1001101 | 0 | 110 | 11110011 | 1010101 | 111001 |
Color Harmonies of #4036EF
Complementary color
Monochromatic Colors of #4036EF
Black with #4036EF
Text Example
Text Example
White with #4036EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4036EF; }
p { color: rgb(64,54,239); }
H1.HeaderClassName
{
color: #4036EF;
}
.AnyTagClassName
{
color: #4036EF;
}
</style>
background-color css
<style>
a { background-color: #4036EF; }
a { background-color: rgb(64,54,239); }
div.DivClassName
{
background-color: #4036EF;
}
.BgClassName
{
background-color: #4036EF;
}
</style>
border-color css
<style>
span { border-color: #4036EF; }
span { border-color: rgb(64,54,239); }
td.TdClassName
{
border-color: #4036EF;
}
.TagClassName
{
border-color: #4036EF;
}
</style>