Shades of Neon Blue #4537EF
Tints of Neon Blue #4537EF
RGB
CMYK
RGB Variations
Color information
#4537EF (or 0x4537EF) is known color: Neon Blue. HEX triplet: 45, 37 and EF. RGB value is (69,55,239). Sum of RGB (Red+Green+Blue) = 69+55+239=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #4537EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4537EF is #BAC810. Grayscale: #4F4F4F. Windows color (decimal): -12240913 or 15677253. OLE color: 15677253.
HSL color Cylindrical-coordinate representation of color #4537EF: hue angle of 244.57º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4537EF is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 55 | 239 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.06 |
| HSL | 244.57º | 0.85% | 0.58% | - |
| HSV(B) | 244.57º | 0.77% | 0.94% | - |
| XYZ | 19.4 | 10.23 | 82.61 | - |
| YUV | 80.16 | 217.64 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 239 | 0.71 | 0.77 | 0 | 0.06 | 244.57 | 0.85 | 0.58 |
| Hex | 45 | 37 | EF | 47 | 4D | 0 | 6 | F5 | 55 | 3A |
| Octal | 105 | 67 | 357 | 107 | 115 | 0 | 6 | 365 | 125 | 72 |
| Binary | 1000101 | 110111 | 11101111 | 1000111 | 1001101 | 0 | 110 | 11110101 | 1010101 | 111010 |
Color Harmonies of #4537EF
Complementary color
Monochromatic Colors of #4537EF
Black with #4537EF
Text Example
Text Example
White with #4537EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4537EF; }
p { color: rgb(69,55,239); }
H1.HeaderClassName
{
color: #4537EF;
}
.AnyTagClassName
{
color: #4537EF;
}
</style>
background-color css
<style>
a { background-color: #4537EF; }
a { background-color: rgb(69,55,239); }
div.DivClassName
{
background-color: #4537EF;
}
.BgClassName
{
background-color: #4537EF;
}
</style>
border-color css
<style>
span { border-color: #4537EF; }
span { border-color: rgb(69,55,239); }
td.TdClassName
{
border-color: #4537EF;
}
.TagClassName
{
border-color: #4537EF;
}
</style>