Shades of Neon Blue #4939DC
Tints of Neon Blue #4939DC
RGB
CMYK
RGB Variations
Color information
#4939DC (or 0x4939DC) is known color: Neon Blue. HEX triplet: 49, 39 and DC. RGB value is (73,57,220). Sum of RGB (Red+Green+Blue) = 73+57+220=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #4939DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4939DC is #B6C623. Grayscale: #4F4F4F. Windows color (decimal): -11978276 or 14432585. OLE color: 14432585.
HSL color Cylindrical-coordinate representation of color #4939DC: hue angle of 245.89º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4939DC is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 57 | 220 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.14 |
| HSL | 245.89º | 0.7% | 0.54% | - |
| HSV(B) | 245.89º | 0.74% | 0.86% | - |
| XYZ | 17.13 | 9.51 | 68.64 | - |
| YUV | 80.37 | 206.8 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 220 | 0.67 | 0.74 | 0 | 0.14 | 245.89 | 0.7 | 0.54 |
| Hex | 49 | 39 | DC | 43 | 4A | 0 | E | F6 | 46 | 36 |
| Octal | 111 | 71 | 334 | 103 | 112 | 0 | 16 | 366 | 106 | 66 |
| Binary | 1001001 | 111001 | 11011100 | 1000011 | 1001010 | 0 | 1110 | 11110110 | 1000110 | 110110 |
Color Harmonies of #4939DC
Complementary color
Monochromatic Colors of #4939DC
Black with #4939DC
Text Example
Text Example
White with #4939DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4939DC; }
p { color: rgb(73,57,220); }
H1.HeaderClassName
{
color: #4939DC;
}
.AnyTagClassName
{
color: #4939DC;
}
</style>
background-color css
<style>
a { background-color: #4939DC; }
a { background-color: rgb(73,57,220); }
div.DivClassName
{
background-color: #4939DC;
}
.BgClassName
{
background-color: #4939DC;
}
</style>
border-color css
<style>
span { border-color: #4939DC; }
span { border-color: rgb(73,57,220); }
td.TdClassName
{
border-color: #4939DC;
}
.TagClassName
{
border-color: #4939DC;
}
</style>