Shades of Neon Blue #4537ED
Tints of Neon Blue #4537ED
RGB
CMYK
RGB Variations
Color information
#4537ED (or 0x4537ED) is known color: Neon Blue. HEX triplet: 45, 37 and ED. RGB value is (69,55,237). Sum of RGB (Red+Green+Blue) = 69+55+237=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #4537ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4537ED is #BAC812. Grayscale: #4F4F4F. Windows color (decimal): -12240915 or 15546181. OLE color: 15546181.
HSL color Cylindrical-coordinate representation of color #4537ED: hue angle of 244.62º 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 #4537ED is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 55 | 237 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.07 |
| HSL | 244.62º | 0.83% | 0.57% | - |
| HSV(B) | 244.62º | 0.77% | 0.93% | - |
| XYZ | 19.11 | 10.11 | 81.07 | - |
| YUV | 79.93 | 216.64 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 237 | 0.71 | 0.77 | 0 | 0.07 | 244.62 | 0.83 | 0.57 |
| Hex | 45 | 37 | ED | 47 | 4D | 0 | 7 | F5 | 53 | 39 |
| Octal | 105 | 67 | 355 | 107 | 115 | 0 | 7 | 365 | 123 | 71 |
| Binary | 1000101 | 110111 | 11101101 | 1000111 | 1001101 | 0 | 111 | 11110101 | 1010011 | 111001 |
Color Harmonies of #4537ED
Complementary color
Monochromatic Colors of #4537ED
Black with #4537ED
Text Example
Text Example
White with #4537ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4537ED; }
p { color: rgb(69,55,237); }
H1.HeaderClassName
{
color: #4537ED;
}
.AnyTagClassName
{
color: #4537ED;
}
</style>
background-color css
<style>
a { background-color: #4537ED; }
a { background-color: rgb(69,55,237); }
div.DivClassName
{
background-color: #4537ED;
}
.BgClassName
{
background-color: #4537ED;
}
</style>
border-color css
<style>
span { border-color: #4537ED; }
span { border-color: rgb(69,55,237); }
td.TdClassName
{
border-color: #4537ED;
}
.TagClassName
{
border-color: #4537ED;
}
</style>