Shades of Neon Blue #3537EC
Tints of Neon Blue #3537EC
RGB
CMYK
RGB Variations
Color information
#3537EC (or 0x3537EC) is known color: Neon Blue. HEX triplet: 35, 37 and EC. RGB value is (53,55,236). Sum of RGB (Red+Green+Blue) = 53+55+236=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #3537EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3537EC is #CAC813. Grayscale: #4A4A4A. Windows color (decimal): -13289492 or 15480629. OLE color: 15480629.
HSL color Cylindrical-coordinate representation of color #3537EC: hue angle of 239.34º 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 #3537EC is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 55 | 236 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.07 |
| HSL | 239.34º | 0.83% | 0.57% | - |
| HSV(B) | 239.34º | 0.78% | 0.93% | - |
| XYZ | 17.97 | 9.55 | 80.25 | - |
| YUV | 75.04 | 218.84 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 236 | 0.78 | 0.77 | 0 | 0.07 | 239.34 | 0.83 | 0.57 |
| Hex | 35 | 37 | EC | 4E | 4D | 0 | 7 | EF | 53 | 39 |
| Octal | 65 | 67 | 354 | 116 | 115 | 0 | 7 | 357 | 123 | 71 |
| Binary | 110101 | 110111 | 11101100 | 1001110 | 1001101 | 0 | 111 | 11101111 | 1010011 | 111001 |
Color Harmonies of #3537EC
Complementary color
Monochromatic Colors of #3537EC
Black with #3537EC
Text Example
Text Example
White with #3537EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3537EC; }
p { color: rgb(53,55,236); }
H1.HeaderClassName
{
color: #3537EC;
}
.AnyTagClassName
{
color: #3537EC;
}
</style>
background-color css
<style>
a { background-color: #3537EC; }
a { background-color: rgb(53,55,236); }
div.DivClassName
{
background-color: #3537EC;
}
.BgClassName
{
background-color: #3537EC;
}
</style>
border-color css
<style>
span { border-color: #3537EC; }
span { border-color: rgb(53,55,236); }
td.TdClassName
{
border-color: #3537EC;
}
.TagClassName
{
border-color: #3537EC;
}
</style>