Shades of Neon Blue #4739DC
Tints of Neon Blue #4739DC
RGB
CMYK
RGB Variations
Color information
#4739DC (or 0x4739DC) is known color: Neon Blue. HEX triplet: 47, 39 and DC. RGB value is (71,57,220). Sum of RGB (Red+Green+Blue) = 71+57+220=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 57 (22.66% from 255 or 16.38% 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 #4739DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4739DC is #B8C623. Grayscale: #4F4F4F. Windows color (decimal): -12109348 or 14432583. OLE color: 14432583.
HSL color Cylindrical-coordinate representation of color #4739DC: hue angle of 245.15º 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 #4739DC is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 57 | 220 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.14 |
| HSL | 245.15º | 0.7% | 0.54% | - |
| HSV(B) | 245.15º | 0.74% | 0.86% | - |
| XYZ | 16.98 | 9.43 | 68.64 | - |
| YUV | 79.77 | 207.14 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 220 | 0.68 | 0.74 | 0 | 0.14 | 245.15 | 0.7 | 0.54 |
| Hex | 47 | 39 | DC | 44 | 4A | 0 | E | F5 | 46 | 36 |
| Octal | 107 | 71 | 334 | 104 | 112 | 0 | 16 | 365 | 106 | 66 |
| Binary | 1000111 | 111001 | 11011100 | 1000100 | 1001010 | 0 | 1110 | 11110101 | 1000110 | 110110 |
Color Harmonies of #4739DC
Complementary color
Monochromatic Colors of #4739DC
Black with #4739DC
Text Example
Text Example
White with #4739DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4739DC; }
p { color: rgb(71,57,220); }
H1.HeaderClassName
{
color: #4739DC;
}
.AnyTagClassName
{
color: #4739DC;
}
</style>
background-color css
<style>
a { background-color: #4739DC; }
a { background-color: rgb(71,57,220); }
div.DivClassName
{
background-color: #4739DC;
}
.BgClassName
{
background-color: #4739DC;
}
</style>
border-color css
<style>
span { border-color: #4739DC; }
span { border-color: rgb(71,57,220); }
td.TdClassName
{
border-color: #4739DC;
}
.TagClassName
{
border-color: #4739DC;
}
</style>