Shades of Neon Blue #4D37EF
Tints of Neon Blue #4D37EF
RGB
CMYK
RGB Variations
Color information
#4D37EF (or 0x4D37EF) is known color: Neon Blue. HEX triplet: 4D, 37 and EF. RGB value is (77,55,239). Sum of RGB (Red+Green+Blue) = 77+55+239=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D37EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D37EF is #B2C810. Grayscale: #515151. Windows color (decimal): -11716625 or 15677261. OLE color: 15677261.
HSL color Cylindrical-coordinate representation of color #4D37EF: hue angle of 247.17º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D37EF is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 55 | 239 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.06 |
| HSL | 247.17º | 0.85% | 0.58% | - |
| HSV(B) | 247.17º | 0.77% | 0.94% | - |
| XYZ | 20.01 | 10.54 | 82.64 | - |
| YUV | 82.55 | 216.29 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 239 | 0.68 | 0.77 | 0 | 0.06 | 247.17 | 0.85 | 0.58 |
| Hex | 4D | 37 | EF | 44 | 4D | 0 | 6 | F7 | 55 | 3A |
| Octal | 115 | 67 | 357 | 104 | 115 | 0 | 6 | 367 | 125 | 72 |
| Binary | 1001101 | 110111 | 11101111 | 1000100 | 1001101 | 0 | 110 | 11110111 | 1010101 | 111010 |
Color Harmonies of #4D37EF
Complementary color
Monochromatic Colors of #4D37EF
Black with #4D37EF
Text Example
Text Example
White with #4D37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37EF; }
p { color: rgb(77,55,239); }
H1.HeaderClassName
{
color: #4D37EF;
}
.AnyTagClassName
{
color: #4D37EF;
}
</style>
background-color css
<style>
a { background-color: #4D37EF; }
a { background-color: rgb(77,55,239); }
div.DivClassName
{
background-color: #4D37EF;
}
.BgClassName
{
background-color: #4D37EF;
}
</style>
border-color css
<style>
span { border-color: #4D37EF; }
span { border-color: rgb(77,55,239); }
td.TdClassName
{
border-color: #4D37EF;
}
.TagClassName
{
border-color: #4D37EF;
}
</style>