Shades of Neon Blue #4D39DC
Tints of Neon Blue #4D39DC
RGB
CMYK
RGB Variations
Color information
#4D39DC (or 0x4D39DC) is known color: Neon Blue. HEX triplet: 4D, 39 and DC. RGB value is (77,57,220). Sum of RGB (Red+Green+Blue) = 77+57+220=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D39DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D39DC is #B2C623. Grayscale: #505050. Windows color (decimal): -11716132 or 14432589. OLE color: 14432589.
HSL color Cylindrical-coordinate representation of color #4D39DC: hue angle of 247.36º 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 #4D39DC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 57 | 220 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.14 |
| HSL | 247.36º | 0.7% | 0.54% | - |
| HSV(B) | 247.36º | 0.74% | 0.86% | - |
| XYZ | 17.44 | 9.67 | 68.66 | - |
| YUV | 81.56 | 206.13 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 220 | 0.65 | 0.74 | 0 | 0.14 | 247.36 | 0.7 | 0.54 |
| Hex | 4D | 39 | DC | 41 | 4A | 0 | E | F7 | 46 | 36 |
| Octal | 115 | 71 | 334 | 101 | 112 | 0 | 16 | 367 | 106 | 66 |
| Binary | 1001101 | 111001 | 11011100 | 1000001 | 1001010 | 0 | 1110 | 11110111 | 1000110 | 110110 |
Color Harmonies of #4D39DC
Complementary color
Monochromatic Colors of #4D39DC
Black with #4D39DC
Text Example
Text Example
White with #4D39DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D39DC; }
p { color: rgb(77,57,220); }
H1.HeaderClassName
{
color: #4D39DC;
}
.AnyTagClassName
{
color: #4D39DC;
}
</style>
background-color css
<style>
a { background-color: #4D39DC; }
a { background-color: rgb(77,57,220); }
div.DivClassName
{
background-color: #4D39DC;
}
.BgClassName
{
background-color: #4D39DC;
}
</style>
border-color css
<style>
span { border-color: #4D39DC; }
span { border-color: rgb(77,57,220); }
td.TdClassName
{
border-color: #4D39DC;
}
.TagClassName
{
border-color: #4D39DC;
}
</style>