Shades of Neon Blue #4D36EC
Tints of Neon Blue #4D36EC
RGB
CMYK
RGB Variations
Color information
#4D36EC (or 0x4D36EC) is known color: Neon Blue. HEX triplet: 4D, 36 and EC. RGB value is (77,54,236). Sum of RGB (Red+Green+Blue) = 77+54+236=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D36EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D36EC is #B2C913. Grayscale: #505050. Windows color (decimal): -11716884 or 15480397. OLE color: 15480397.
HSL color Cylindrical-coordinate representation of color #4D36EC: hue angle of 247.58º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D36EC is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 54 | 236 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.07 |
| HSL | 247.58º | 0.83% | 0.57% | - |
| HSV(B) | 247.58º | 0.77% | 0.93% | - |
| XYZ | 19.52 | 10.27 | 80.31 | - |
| YUV | 81.63 | 215.12 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 236 | 0.67 | 0.77 | 0 | 0.07 | 247.58 | 0.83 | 0.57 |
| Hex | 4D | 36 | EC | 43 | 4D | 0 | 7 | F8 | 53 | 39 |
| Octal | 115 | 66 | 354 | 103 | 115 | 0 | 7 | 370 | 123 | 71 |
| Binary | 1001101 | 110110 | 11101100 | 1000011 | 1001101 | 0 | 111 | 11111000 | 1010011 | 111001 |
Color Harmonies of #4D36EC
Complementary color
Monochromatic Colors of #4D36EC
Black with #4D36EC
Text Example
Text Example
White with #4D36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D36EC; }
p { color: rgb(77,54,236); }
H1.HeaderClassName
{
color: #4D36EC;
}
.AnyTagClassName
{
color: #4D36EC;
}
</style>
background-color css
<style>
a { background-color: #4D36EC; }
a { background-color: rgb(77,54,236); }
div.DivClassName
{
background-color: #4D36EC;
}
.BgClassName
{
background-color: #4D36EC;
}
</style>
border-color css
<style>
span { border-color: #4D36EC; }
span { border-color: rgb(77,54,236); }
td.TdClassName
{
border-color: #4D36EC;
}
.TagClassName
{
border-color: #4D36EC;
}
</style>