Shades of Neon Blue #4937DC
Tints of Neon Blue #4937DC
RGB
CMYK
RGB Variations
Color information
#4937DC (or 0x4937DC) is known color: Neon Blue. HEX triplet: 49, 37 and DC. RGB value is (73,55,220). Sum of RGB (Red+Green+Blue) = 73+55+220=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #4937DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4937DC is #B6C823. Grayscale: #4E4E4E. Windows color (decimal): -11978788 or 14432073. OLE color: 14432073.
HSL color Cylindrical-coordinate representation of color #4937DC: hue angle of 246.55º 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 #4937DC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 55 | 220 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.14 |
| HSL | 246.55º | 0.7% | 0.54% | - |
| HSV(B) | 246.55º | 0.75% | 0.86% | - |
| XYZ | 17.03 | 9.32 | 68.61 | - |
| YUV | 79.19 | 207.46 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 220 | 0.67 | 0.75 | 0 | 0.14 | 246.55 | 0.7 | 0.54 |
| Hex | 49 | 37 | DC | 43 | 4B | 0 | E | F7 | 46 | 36 |
| Octal | 111 | 67 | 334 | 103 | 113 | 0 | 16 | 367 | 106 | 66 |
| Binary | 1001001 | 110111 | 11011100 | 1000011 | 1001011 | 0 | 1110 | 11110111 | 1000110 | 110110 |
Color Harmonies of #4937DC
Complementary color
Monochromatic Colors of #4937DC
Black with #4937DC
Text Example
Text Example
White with #4937DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4937DC; }
p { color: rgb(73,55,220); }
H1.HeaderClassName
{
color: #4937DC;
}
.AnyTagClassName
{
color: #4937DC;
}
</style>
background-color css
<style>
a { background-color: #4937DC; }
a { background-color: rgb(73,55,220); }
div.DivClassName
{
background-color: #4937DC;
}
.BgClassName
{
background-color: #4937DC;
}
</style>
border-color css
<style>
span { border-color: #4937DC; }
span { border-color: rgb(73,55,220); }
td.TdClassName
{
border-color: #4937DC;
}
.TagClassName
{
border-color: #4937DC;
}
</style>