Shades of Neon Blue #4D36E1
Tints of Neon Blue #4D36E1
RGB
CMYK
RGB Variations
Color information
#4D36E1 (or 0x4D36E1) is known color: Neon Blue. HEX triplet: 4D, 36 and E1. RGB value is (77,54,225). Sum of RGB (Red+Green+Blue) = 77+54+225=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #4D36E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D36E1 is #B2C91E. Grayscale: #4F4F4F. Windows color (decimal): -11716895 or 14759501. OLE color: 14759501.
HSL color Cylindrical-coordinate representation of color #4D36E1: hue angle of 248.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D36E1 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 54 | 225 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.12 |
| HSL | 248.07º | 0.74% | 0.55% | - |
| HSV(B) | 248.07º | 0.76% | 0.88% | - |
| XYZ | 17.97 | 9.65 | 72.15 | - |
| YUV | 80.37 | 209.62 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 225 | 0.66 | 0.76 | 0 | 0.12 | 248.07 | 0.74 | 0.55 |
| Hex | 4D | 36 | E1 | 42 | 4C | 0 | C | F8 | 4A | 37 |
| Octal | 115 | 66 | 341 | 102 | 114 | 0 | 14 | 370 | 112 | 67 |
| Binary | 1001101 | 110110 | 11100001 | 1000010 | 1001100 | 0 | 1100 | 11111000 | 1001010 | 110111 |
Color Harmonies of #4D36E1
Complementary color
Monochromatic Colors of #4D36E1
Black with #4D36E1
Text Example
Text Example
White with #4D36E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D36E1; }
p { color: rgb(77,54,225); }
H1.HeaderClassName
{
color: #4D36E1;
}
.AnyTagClassName
{
color: #4D36E1;
}
</style>
background-color css
<style>
a { background-color: #4D36E1; }
a { background-color: rgb(77,54,225); }
div.DivClassName
{
background-color: #4D36E1;
}
.BgClassName
{
background-color: #4D36E1;
}
</style>
border-color css
<style>
span { border-color: #4D36E1; }
span { border-color: rgb(77,54,225); }
td.TdClassName
{
border-color: #4D36E1;
}
.TagClassName
{
border-color: #4D36E1;
}
</style>