Shades of Neon Blue #4D37DF
Tints of Neon Blue #4D37DF
RGB
CMYK
RGB Variations
Color information
#4D37DF (or 0x4D37DF) is known color: Neon Blue. HEX triplet: 4D, 37 and DF. RGB value is (77,55,223). Sum of RGB (Red+Green+Blue) = 77+55+223=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D37DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D37DF is #B2C820. Grayscale: #505050. Windows color (decimal): -11716641 or 14628685. OLE color: 14628685.
HSL color Cylindrical-coordinate representation of color #4D37DF: hue angle of 247.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D37DF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 55 | 223 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.13 |
| HSL | 247.86º | 0.72% | 0.55% | - |
| HSV(B) | 247.86º | 0.75% | 0.87% | - |
| XYZ | 17.75 | 9.64 | 70.74 | - |
| YUV | 80.73 | 208.29 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 223 | 0.65 | 0.75 | 0 | 0.13 | 247.86 | 0.72 | 0.55 |
| Hex | 4D | 37 | DF | 41 | 4B | 0 | D | F8 | 48 | 37 |
| Octal | 115 | 67 | 337 | 101 | 113 | 0 | 15 | 370 | 110 | 67 |
| Binary | 1001101 | 110111 | 11011111 | 1000001 | 1001011 | 0 | 1101 | 11111000 | 1001000 | 110111 |
Color Harmonies of #4D37DF
Complementary color
Monochromatic Colors of #4D37DF
Black with #4D37DF
Text Example
Text Example
White with #4D37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37DF; }
p { color: rgb(77,55,223); }
H1.HeaderClassName
{
color: #4D37DF;
}
.AnyTagClassName
{
color: #4D37DF;
}
</style>
background-color css
<style>
a { background-color: #4D37DF; }
a { background-color: rgb(77,55,223); }
div.DivClassName
{
background-color: #4D37DF;
}
.BgClassName
{
background-color: #4D37DF;
}
</style>
border-color css
<style>
span { border-color: #4D37DF; }
span { border-color: rgb(77,55,223); }
td.TdClassName
{
border-color: #4D37DF;
}
.TagClassName
{
border-color: #4D37DF;
}
</style>