Shades of Neon Blue #4D4EEB
Tints of Neon Blue #4D4EEB
RGB
CMYK
RGB Variations
Color information
#4D4EEB (or 0x4D4EEB) is known color: Neon Blue. HEX triplet: 4D, 4E and EB. RGB value is (77,78,235). Sum of RGB (Red+Green+Blue) = 77+78+235=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D4EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4EEB is #B2B114. Grayscale: #5E5E5E. Windows color (decimal): -11710741 or 15421005. OLE color: 15421005.
HSL color Cylindrical-coordinate representation of color #4D4EEB: hue angle of 239.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D4EEB is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 78 | 235 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.08 |
| HSL | 239.62º | 0.8% | 0.61% | - |
| HSV(B) | 239.62º | 0.67% | 0.92% | - |
| XYZ | 20.78 | 13.02 | 80.02 | - |
| YUV | 95.6 | 206.67 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 235 | 0.67 | 0.67 | 0 | 0.08 | 239.62 | 0.8 | 0.61 |
| Hex | 4D | 4E | EB | 43 | 43 | 0 | 8 | F0 | 50 | 3D |
| Octal | 115 | 116 | 353 | 103 | 103 | 0 | 10 | 360 | 120 | 75 |
| Binary | 1001101 | 1001110 | 11101011 | 1000011 | 1000011 | 0 | 1000 | 11110000 | 1010000 | 111101 |
Color Harmonies of #4D4EEB
Complementary color
Monochromatic Colors of #4D4EEB
Black with #4D4EEB
Text Example
Text Example
White with #4D4EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4EEB; }
p { color: rgb(77,78,235); }
H1.HeaderClassName
{
color: #4D4EEB;
}
.AnyTagClassName
{
color: #4D4EEB;
}
</style>
background-color css
<style>
a { background-color: #4D4EEB; }
a { background-color: rgb(77,78,235); }
div.DivClassName
{
background-color: #4D4EEB;
}
.BgClassName
{
background-color: #4D4EEB;
}
</style>
border-color css
<style>
span { border-color: #4D4EEB; }
span { border-color: rgb(77,78,235); }
td.TdClassName
{
border-color: #4D4EEB;
}
.TagClassName
{
border-color: #4D4EEB;
}
</style>