Shades of Neon Blue #4D37DC
Tints of Neon Blue #4D37DC
RGB
CMYK
RGB Variations
Color information
#4D37DC (or 0x4D37DC) is known color: Neon Blue. HEX triplet: 4D, 37 and DC. RGB value is (77,55,220). Sum of RGB (Red+Green+Blue) = 77+55+220=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D37DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D37DC is #B2C823. Grayscale: #4F4F4F. Windows color (decimal): -11716644 or 14432077. OLE color: 14432077.
HSL color Cylindrical-coordinate representation of color #4D37DC: hue angle of 248º 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 #4D37DC is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 55 | 220 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.14 |
| HSL | 248º | 0.7% | 0.54% | - |
| HSV(B) | 248º | 0.75% | 0.86% | - |
| XYZ | 17.35 | 9.48 | 68.63 | - |
| YUV | 80.39 | 206.79 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 220 | 0.65 | 0.75 | 0 | 0.14 | 248 | 0.7 | 0.54 |
| Hex | 4D | 37 | DC | 41 | 4B | 0 | E | F8 | 46 | 36 |
| Octal | 115 | 67 | 334 | 101 | 113 | 0 | 16 | 370 | 106 | 66 |
| Binary | 1001101 | 110111 | 11011100 | 1000001 | 1001011 | 0 | 1110 | 11111000 | 1000110 | 110110 |
Color Harmonies of #4D37DC
Complementary color
Monochromatic Colors of #4D37DC
Black with #4D37DC
Text Example
Text Example
White with #4D37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37DC; }
p { color: rgb(77,55,220); }
H1.HeaderClassName
{
color: #4D37DC;
}
.AnyTagClassName
{
color: #4D37DC;
}
</style>
background-color css
<style>
a { background-color: #4D37DC; }
a { background-color: rgb(77,55,220); }
div.DivClassName
{
background-color: #4D37DC;
}
.BgClassName
{
background-color: #4D37DC;
}
</style>
border-color css
<style>
span { border-color: #4D37DC; }
span { border-color: rgb(77,55,220); }
td.TdClassName
{
border-color: #4D37DC;
}
.TagClassName
{
border-color: #4D37DC;
}
</style>