Shades of Neon Blue #4537DC
Tints of Neon Blue #4537DC
RGB
CMYK
RGB Variations
Color information
#4537DC (or 0x4537DC) is known color: Neon Blue. HEX triplet: 45, 37 and DC. RGB value is (69,55,220). Sum of RGB (Red+Green+Blue) = 69+55+220=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #4537DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4537DC is #BAC823. Grayscale: #4D4D4D. Windows color (decimal): -12240932 or 14432069. OLE color: 14432069.
HSL color Cylindrical-coordinate representation of color #4537DC: hue angle of 245.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4537DC is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 55 | 220 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.14 |
| HSL | 245.09º | 0.7% | 0.54% | - |
| HSV(B) | 245.09º | 0.75% | 0.86% | - |
| XYZ | 16.74 | 9.16 | 68.6 | - |
| YUV | 78 | 208.14 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 220 | 0.69 | 0.75 | 0 | 0.14 | 245.09 | 0.7 | 0.54 |
| Hex | 45 | 37 | DC | 45 | 4B | 0 | E | F5 | 46 | 36 |
| Octal | 105 | 67 | 334 | 105 | 113 | 0 | 16 | 365 | 106 | 66 |
| Binary | 1000101 | 110111 | 11011100 | 1000101 | 1001011 | 0 | 1110 | 11110101 | 1000110 | 110110 |
Color Harmonies of #4537DC
Complementary color
Monochromatic Colors of #4537DC
Black with #4537DC
Text Example
Text Example
White with #4537DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4537DC; }
p { color: rgb(69,55,220); }
H1.HeaderClassName
{
color: #4537DC;
}
.AnyTagClassName
{
color: #4537DC;
}
</style>
background-color css
<style>
a { background-color: #4537DC; }
a { background-color: rgb(69,55,220); }
div.DivClassName
{
background-color: #4537DC;
}
.BgClassName
{
background-color: #4537DC;
}
</style>
border-color css
<style>
span { border-color: #4537DC; }
span { border-color: rgb(69,55,220); }
td.TdClassName
{
border-color: #4537DC;
}
.TagClassName
{
border-color: #4537DC;
}
</style>