Shades of Neon Blue #4D3EDE
Tints of Neon Blue #4D3EDE
RGB
CMYK
RGB Variations
Color information
#4D3EDE (or 0x4D3EDE) is known color: Neon Blue. HEX triplet: 4D, 3E and DE. RGB value is (77,62,222). Sum of RGB (Red+Green+Blue) = 77+62+222=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D3EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EDE is #B2C121. Grayscale: #545454. Windows color (decimal): -11714850 or 14564941. OLE color: 14564941.
HSL color Cylindrical-coordinate representation of color #4D3EDE: hue angle of 245.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D3EDE is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 62 | 222 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.13 |
| HSL | 245.63º | 0.71% | 0.56% | - |
| HSV(B) | 245.63º | 0.72% | 0.87% | - |
| XYZ | 17.97 | 10.3 | 70.15 | - |
| YUV | 84.73 | 205.47 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 222 | 0.65 | 0.72 | 0 | 0.13 | 245.63 | 0.71 | 0.56 |
| Hex | 4D | 3E | DE | 41 | 48 | 0 | D | F6 | 47 | 38 |
| Octal | 115 | 76 | 336 | 101 | 110 | 0 | 15 | 366 | 107 | 70 |
| Binary | 1001101 | 111110 | 11011110 | 1000001 | 1001000 | 0 | 1101 | 11110110 | 1000111 | 111000 |
Color Harmonies of #4D3EDE
Complementary color
Monochromatic Colors of #4D3EDE
Black with #4D3EDE
Text Example
Text Example
White with #4D3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3EDE; }
p { color: rgb(77,62,222); }
H1.HeaderClassName
{
color: #4D3EDE;
}
.AnyTagClassName
{
color: #4D3EDE;
}
</style>
background-color css
<style>
a { background-color: #4D3EDE; }
a { background-color: rgb(77,62,222); }
div.DivClassName
{
background-color: #4D3EDE;
}
.BgClassName
{
background-color: #4D3EDE;
}
</style>
border-color css
<style>
span { border-color: #4D3EDE; }
span { border-color: rgb(77,62,222); }
td.TdClassName
{
border-color: #4D3EDE;
}
.TagClassName
{
border-color: #4D3EDE;
}
</style>