Shades of Neon Blue #4537EC
Tints of Neon Blue #4537EC
RGB
CMYK
RGB Variations
Color information
#4537EC (or 0x4537EC) is known color: Neon Blue. HEX triplet: 45, 37 and EC. RGB value is (69,55,236). Sum of RGB (Red+Green+Blue) = 69+55+236=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #4537EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4537EC is #BAC813. Grayscale: #4F4F4F. Windows color (decimal): -12240916 or 15480645. OLE color: 15480645.
HSL color Cylindrical-coordinate representation of color #4537EC: hue angle of 244.64º degrees, saturation: 0.83, 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 #4537EC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 55 | 236 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.07 |
| HSL | 244.64º | 0.83% | 0.57% | - |
| HSV(B) | 244.64º | 0.77% | 0.93% | - |
| XYZ | 18.96 | 10.05 | 80.3 | - |
| YUV | 79.82 | 216.14 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 236 | 0.71 | 0.77 | 0 | 0.07 | 244.64 | 0.83 | 0.57 |
| Hex | 45 | 37 | EC | 47 | 4D | 0 | 7 | F5 | 53 | 39 |
| Octal | 105 | 67 | 354 | 107 | 115 | 0 | 7 | 365 | 123 | 71 |
| Binary | 1000101 | 110111 | 11101100 | 1000111 | 1001101 | 0 | 111 | 11110101 | 1010011 | 111001 |
Color Harmonies of #4537EC
Complementary color
Monochromatic Colors of #4537EC
Black with #4537EC
Text Example
Text Example
White with #4537EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4537EC; }
p { color: rgb(69,55,236); }
H1.HeaderClassName
{
color: #4537EC;
}
.AnyTagClassName
{
color: #4537EC;
}
</style>
background-color css
<style>
a { background-color: #4537EC; }
a { background-color: rgb(69,55,236); }
div.DivClassName
{
background-color: #4537EC;
}
.BgClassName
{
background-color: #4537EC;
}
</style>
border-color css
<style>
span { border-color: #4537EC; }
span { border-color: rgb(69,55,236); }
td.TdClassName
{
border-color: #4537EC;
}
.TagClassName
{
border-color: #4537EC;
}
</style>