Shades of Neon Blue #4D45E0
Tints of Neon Blue #4D45E0
RGB
CMYK
RGB Variations
Color information
#4D45E0 (or 0x4D45E0) is known color: Neon Blue. HEX triplet: 4D, 45 and E0. RGB value is (77,69,224). Sum of RGB (Red+Green+Blue) = 77+69+224=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D45E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D45E0 is #B2BA1F. Grayscale: #585858. Windows color (decimal): -11713056 or 14697805. OLE color: 14697805.
HSL color Cylindrical-coordinate representation of color #4D45E0: hue angle of 243.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D45E0 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 69 | 224 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.12 |
| HSL | 243.1º | 0.71% | 0.57% | - |
| HSV(B) | 243.1º | 0.69% | 0.88% | - |
| XYZ | 18.64 | 11.22 | 71.7 | - |
| YUV | 89.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 224 | 0.66 | 0.69 | 0 | 0.12 | 243.1 | 0.71 | 0.57 |
| Hex | 4D | 45 | E0 | 42 | 45 | 0 | C | F3 | 47 | 39 |
| Octal | 115 | 105 | 340 | 102 | 105 | 0 | 14 | 363 | 107 | 71 |
| Binary | 1001101 | 1000101 | 11100000 | 1000010 | 1000101 | 0 | 1100 | 11110011 | 1000111 | 111001 |
Color Harmonies of #4D45E0
Complementary color
Monochromatic Colors of #4D45E0
Black with #4D45E0
Text Example
Text Example
White with #4D45E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D45E0; }
p { color: rgb(77,69,224); }
H1.HeaderClassName
{
color: #4D45E0;
}
.AnyTagClassName
{
color: #4D45E0;
}
</style>
background-color css
<style>
a { background-color: #4D45E0; }
a { background-color: rgb(77,69,224); }
div.DivClassName
{
background-color: #4D45E0;
}
.BgClassName
{
background-color: #4D45E0;
}
</style>
border-color css
<style>
span { border-color: #4D45E0; }
span { border-color: rgb(77,69,224); }
td.TdClassName
{
border-color: #4D45E0;
}
.TagClassName
{
border-color: #4D45E0;
}
</style>