Shades of Neon Blue #3536EC
Tints of Neon Blue #3536EC
RGB
CMYK
RGB Variations
Color information
#3536EC (or 0x3536EC) is known color: Neon Blue. HEX triplet: 35, 36 and EC. RGB value is (53,54,236). Sum of RGB (Red+Green+Blue) = 53+54+236=343 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.45% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #3536EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3536EC is #CAC913. Grayscale: #494949. Windows color (decimal): -13289748 or 15480373. OLE color: 15480373.
HSL color Cylindrical-coordinate representation of color #3536EC: hue angle of 239.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3536EC is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 54 | 236 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.07 |
| HSL | 239.67º | 0.83% | 0.57% | - |
| HSV(B) | 239.67º | 0.78% | 0.93% | - |
| XYZ | 17.93 | 9.45 | 80.24 | - |
| YUV | 74.45 | 219.17 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 236 | 0.78 | 0.77 | 0 | 0.07 | 239.67 | 0.83 | 0.57 |
| Hex | 35 | 36 | EC | 4E | 4D | 0 | 7 | F0 | 53 | 39 |
| Octal | 65 | 66 | 354 | 116 | 115 | 0 | 7 | 360 | 123 | 71 |
| Binary | 110101 | 110110 | 11101100 | 1001110 | 1001101 | 0 | 111 | 11110000 | 1010011 | 111001 |
Color Harmonies of #3536EC
Complementary color
Monochromatic Colors of #3536EC
Black with #3536EC
Text Example
Text Example
White with #3536EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3536EC; }
p { color: rgb(53,54,236); }
H1.HeaderClassName
{
color: #3536EC;
}
.AnyTagClassName
{
color: #3536EC;
}
</style>
background-color css
<style>
a { background-color: #3536EC; }
a { background-color: rgb(53,54,236); }
div.DivClassName
{
background-color: #3536EC;
}
.BgClassName
{
background-color: #3536EC;
}
</style>
border-color css
<style>
span { border-color: #3536EC; }
span { border-color: rgb(53,54,236); }
td.TdClassName
{
border-color: #3536EC;
}
.TagClassName
{
border-color: #3536EC;
}
</style>