Shades of Neon Blue #4036ED
Tints of Neon Blue #4036ED
RGB
CMYK
RGB Variations
Color information
#4036ED (or 0x4036ED) is known color: Neon Blue. HEX triplet: 40, 36 and ED. RGB value is (64,54,237). Sum of RGB (Red+Green+Blue) = 64+54+237=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #4036ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4036ED is #BFC912. Grayscale: #4D4D4D. Windows color (decimal): -12568851 or 15545920. OLE color: 15545920.
HSL color Cylindrical-coordinate representation of color #4036ED: hue angle of 243.28º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4036ED is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 54 | 237 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.07 |
| HSL | 243.28º | 0.84% | 0.57% | - |
| HSV(B) | 243.28º | 0.77% | 0.93% | - |
| XYZ | 18.72 | 9.84 | 81.03 | - |
| YUV | 77.85 | 217.81 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 237 | 0.73 | 0.77 | 0 | 0.07 | 243.28 | 0.84 | 0.57 |
| Hex | 40 | 36 | ED | 49 | 4D | 0 | 7 | F3 | 54 | 39 |
| Octal | 100 | 66 | 355 | 111 | 115 | 0 | 7 | 363 | 124 | 71 |
| Binary | 1000000 | 110110 | 11101101 | 1001001 | 1001101 | 0 | 111 | 11110011 | 1010100 | 111001 |
Color Harmonies of #4036ED
Complementary color
Monochromatic Colors of #4036ED
Black with #4036ED
Text Example
Text Example
White with #4036ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4036ED; }
p { color: rgb(64,54,237); }
H1.HeaderClassName
{
color: #4036ED;
}
.AnyTagClassName
{
color: #4036ED;
}
</style>
background-color css
<style>
a { background-color: #4036ED; }
a { background-color: rgb(64,54,237); }
div.DivClassName
{
background-color: #4036ED;
}
.BgClassName
{
background-color: #4036ED;
}
</style>
border-color css
<style>
span { border-color: #4036ED; }
span { border-color: rgb(64,54,237); }
td.TdClassName
{
border-color: #4036ED;
}
.TagClassName
{
border-color: #4036ED;
}
</style>