Shades of Neon Blue #4D3EEF
Tints of Neon Blue #4D3EEF
RGB
CMYK
RGB Variations
Color information
#4D3EEF (or 0x4D3EEF) is known color: Neon Blue. HEX triplet: 4D, 3E and EF. RGB value is (77,62,239). Sum of RGB (Red+Green+Blue) = 77+62+239=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D3EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3EEF is #B2C110. Grayscale: #555555. Windows color (decimal): -11714833 or 15679053. OLE color: 15679053.
HSL color Cylindrical-coordinate representation of color #4D3EEF: hue angle of 245.08º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D3EEF is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 62 | 239 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.06 |
| HSL | 245.08º | 0.85% | 0.59% | - |
| HSV(B) | 245.08º | 0.74% | 0.94% | - |
| XYZ | 20.36 | 11.26 | 82.76 | - |
| YUV | 86.66 | 213.97 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 239 | 0.68 | 0.74 | 0 | 0.06 | 245.08 | 0.85 | 0.59 |
| Hex | 4D | 3E | EF | 44 | 4A | 0 | 6 | F5 | 55 | 3B |
| Octal | 115 | 76 | 357 | 104 | 112 | 0 | 6 | 365 | 125 | 73 |
| Binary | 1001101 | 111110 | 11101111 | 1000100 | 1001010 | 0 | 110 | 11110101 | 1010101 | 111011 |
Color Harmonies of #4D3EEF
Complementary color
Monochromatic Colors of #4D3EEF
Black with #4D3EEF
Text Example
Text Example
White with #4D3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3EEF; }
p { color: rgb(77,62,239); }
H1.HeaderClassName
{
color: #4D3EEF;
}
.AnyTagClassName
{
color: #4D3EEF;
}
</style>
background-color css
<style>
a { background-color: #4D3EEF; }
a { background-color: rgb(77,62,239); }
div.DivClassName
{
background-color: #4D3EEF;
}
.BgClassName
{
background-color: #4D3EEF;
}
</style>
border-color css
<style>
span { border-color: #4D3EEF; }
span { border-color: rgb(77,62,239); }
td.TdClassName
{
border-color: #4D3EEF;
}
.TagClassName
{
border-color: #4D3EEF;
}
</style>