Shades of Neon Blue #4D3EDF
Tints of Neon Blue #4D3EDF
RGB
CMYK
RGB Variations
Color information
#4D3EDF (or 0x4D3EDF) is known color: Neon Blue. HEX triplet: 4D, 3E and DF. RGB value is (77,62,223). Sum of RGB (Red+Green+Blue) = 77+62+223=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D3EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EDF is #B2C120. Grayscale: #545454. Windows color (decimal): -11714849 or 14630477. OLE color: 14630477.
HSL color Cylindrical-coordinate representation of color #4D3EDF: hue angle of 245.59º degrees, saturation: 0.72, 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 #4D3EDF is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 62 | 223 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.13 |
| HSL | 245.59º | 0.72% | 0.56% | - |
| HSV(B) | 245.59º | 0.72% | 0.87% | - |
| XYZ | 18.1 | 10.35 | 70.86 | - |
| YUV | 84.84 | 205.97 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 223 | 0.65 | 0.72 | 0 | 0.13 | 245.59 | 0.72 | 0.56 |
| Hex | 4D | 3E | DF | 41 | 48 | 0 | D | F6 | 48 | 38 |
| Octal | 115 | 76 | 337 | 101 | 110 | 0 | 15 | 366 | 110 | 70 |
| Binary | 1001101 | 111110 | 11011111 | 1000001 | 1001000 | 0 | 1101 | 11110110 | 1001000 | 111000 |
Color Harmonies of #4D3EDF
Complementary color
Monochromatic Colors of #4D3EDF
Black with #4D3EDF
Text Example
Text Example
White with #4D3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3EDF; }
p { color: rgb(77,62,223); }
H1.HeaderClassName
{
color: #4D3EDF;
}
.AnyTagClassName
{
color: #4D3EDF;
}
</style>
background-color css
<style>
a { background-color: #4D3EDF; }
a { background-color: rgb(77,62,223); }
div.DivClassName
{
background-color: #4D3EDF;
}
.BgClassName
{
background-color: #4D3EDF;
}
</style>
border-color css
<style>
span { border-color: #4D3EDF; }
span { border-color: rgb(77,62,223); }
td.TdClassName
{
border-color: #4D3EDF;
}
.TagClassName
{
border-color: #4D3EDF;
}
</style>