Shades of Neon Blue #4D3DEC
Tints of Neon Blue #4D3DEC
RGB
CMYK
RGB Variations
Color information
#4D3DEC (or 0x4D3DEC) is known color: Neon Blue. HEX triplet: 4D, 3D and EC. RGB value is (77,61,236). Sum of RGB (Red+Green+Blue) = 77+61+236=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D3DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3DEC is #B2C213. Grayscale: #555555. Windows color (decimal): -11715092 or 15482189. OLE color: 15482189.
HSL color Cylindrical-coordinate representation of color #4D3DEC: hue angle of 245.49º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D3DEC is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 61 | 236 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.07 |
| HSL | 245.49º | 0.82% | 0.58% | - |
| HSV(B) | 245.49º | 0.74% | 0.93% | - |
| XYZ | 19.87 | 10.97 | 80.43 | - |
| YUV | 85.73 | 212.8 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 236 | 0.67 | 0.74 | 0 | 0.07 | 245.49 | 0.82 | 0.58 |
| Hex | 4D | 3D | EC | 43 | 4A | 0 | 7 | F5 | 52 | 3A |
| Octal | 115 | 75 | 354 | 103 | 112 | 0 | 7 | 365 | 122 | 72 |
| Binary | 1001101 | 111101 | 11101100 | 1000011 | 1001010 | 0 | 111 | 11110101 | 1010010 | 111010 |
Color Harmonies of #4D3DEC
Complementary color
Monochromatic Colors of #4D3DEC
Black with #4D3DEC
Text Example
Text Example
White with #4D3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DEC; }
p { color: rgb(77,61,236); }
H1.HeaderClassName
{
color: #4D3DEC;
}
.AnyTagClassName
{
color: #4D3DEC;
}
</style>
background-color css
<style>
a { background-color: #4D3DEC; }
a { background-color: rgb(77,61,236); }
div.DivClassName
{
background-color: #4D3DEC;
}
.BgClassName
{
background-color: #4D3DEC;
}
</style>
border-color css
<style>
span { border-color: #4D3DEC; }
span { border-color: rgb(77,61,236); }
td.TdClassName
{
border-color: #4D3DEC;
}
.TagClassName
{
border-color: #4D3DEC;
}
</style>