Shades of Neon Blue #4D59EB
Tints of Neon Blue #4D59EB
RGB
CMYK
RGB Variations
Color information
#4D59EB (or 0x4D59EB) is known color: Neon Blue. HEX triplet: 4D, 59 and EB. RGB value is (77,89,235). Sum of RGB (Red+Green+Blue) = 77+89+235=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D59EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D59EB is #B2A614. Grayscale: #656565. Windows color (decimal): -11707925 or 15423821. OLE color: 15423821.
HSL color Cylindrical-coordinate representation of color #4D59EB: hue angle of 235.44º 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 #4D59EB is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 89 | 235 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.08 |
| HSL | 235.44º | 0.8% | 0.61% | - |
| HSV(B) | 235.44º | 0.67% | 0.92% | - |
| XYZ | 21.63 | 14.72 | 80.3 | - |
| YUV | 102.06 | 203.02 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 235 | 0.67 | 0.62 | 0 | 0.08 | 235.44 | 0.8 | 0.61 |
| Hex | 4D | 59 | EB | 43 | 3E | 0 | 8 | EB | 50 | 3D |
| Octal | 115 | 131 | 353 | 103 | 76 | 0 | 10 | 353 | 120 | 75 |
| Binary | 1001101 | 1011001 | 11101011 | 1000011 | 111110 | 0 | 1000 | 11101011 | 1010000 | 111101 |
Color Harmonies of #4D59EB
Complementary color
Monochromatic Colors of #4D59EB
Black with #4D59EB
Text Example
Text Example
White with #4D59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D59EB; }
p { color: rgb(77,89,235); }
H1.HeaderClassName
{
color: #4D59EB;
}
.AnyTagClassName
{
color: #4D59EB;
}
</style>
background-color css
<style>
a { background-color: #4D59EB; }
a { background-color: rgb(77,89,235); }
div.DivClassName
{
background-color: #4D59EB;
}
.BgClassName
{
background-color: #4D59EB;
}
</style>
border-color css
<style>
span { border-color: #4D59EB; }
span { border-color: rgb(77,89,235); }
td.TdClassName
{
border-color: #4D59EB;
}
.TagClassName
{
border-color: #4D59EB;
}
</style>