Shades of Neon Blue #4D3EDD
Tints of Neon Blue #4D3EDD
RGB
CMYK
RGB Variations
Color information
#4D3EDD (or 0x4D3EDD) is known color: Neon Blue. HEX triplet: 4D, 3E and DD. RGB value is (77,62,221). Sum of RGB (Red+Green+Blue) = 77+62+221=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D3EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EDD is #B2C122. Grayscale: #535353. Windows color (decimal): -11714851 or 14499405. OLE color: 14499405.
HSL color Cylindrical-coordinate representation of color #4D3EDD: hue angle of 245.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D3EDD is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 62 | 221 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.13 |
| HSL | 245.66º | 0.7% | 0.55% | - |
| HSV(B) | 245.66º | 0.72% | 0.87% | - |
| XYZ | 17.83 | 10.24 | 69.44 | - |
| YUV | 84.61 | 204.97 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 221 | 0.65 | 0.72 | 0 | 0.13 | 245.66 | 0.7 | 0.55 |
| Hex | 4D | 3E | DD | 41 | 48 | 0 | D | F6 | 46 | 37 |
| Octal | 115 | 76 | 335 | 101 | 110 | 0 | 15 | 366 | 106 | 67 |
| Binary | 1001101 | 111110 | 11011101 | 1000001 | 1001000 | 0 | 1101 | 11110110 | 1000110 | 110111 |
Color Harmonies of #4D3EDD
Complementary color
Monochromatic Colors of #4D3EDD
Black with #4D3EDD
Text Example
Text Example
White with #4D3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3EDD; }
p { color: rgb(77,62,221); }
H1.HeaderClassName
{
color: #4D3EDD;
}
.AnyTagClassName
{
color: #4D3EDD;
}
</style>
background-color css
<style>
a { background-color: #4D3EDD; }
a { background-color: rgb(77,62,221); }
div.DivClassName
{
background-color: #4D3EDD;
}
.BgClassName
{
background-color: #4D3EDD;
}
</style>
border-color css
<style>
span { border-color: #4D3EDD; }
span { border-color: rgb(77,62,221); }
td.TdClassName
{
border-color: #4D3EDD;
}
.TagClassName
{
border-color: #4D3EDD;
}
</style>