Shades of Neon Blue #4D42EB
Tints of Neon Blue #4D42EB
RGB
CMYK
RGB Variations
Color information
#4D42EB (or 0x4D42EB) is known color: Neon Blue. HEX triplet: 4D, 42 and EB. RGB value is (77,66,235). Sum of RGB (Red+Green+Blue) = 77+66+235=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D42EB is #B2BD14. Grayscale: #575757. Windows color (decimal): -11713813 or 15417933. OLE color: 15417933.
HSL color Cylindrical-coordinate representation of color #4D42EB: hue angle of 243.91º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D42EB is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 66 | 235 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.08 |
| HSL | 243.91º | 0.81% | 0.59% | - |
| HSV(B) | 243.91º | 0.72% | 0.92% | - |
| XYZ | 20 | 11.47 | 79.76 | - |
| YUV | 88.56 | 210.64 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 235 | 0.67 | 0.72 | 0 | 0.08 | 243.91 | 0.81 | 0.59 |
| Hex | 4D | 42 | EB | 43 | 48 | 0 | 8 | F4 | 51 | 3B |
| Octal | 115 | 102 | 353 | 103 | 110 | 0 | 10 | 364 | 121 | 73 |
| Binary | 1001101 | 1000010 | 11101011 | 1000011 | 1001000 | 0 | 1000 | 11110100 | 1010001 | 111011 |
Color Harmonies of #4D42EB
Complementary color
Monochromatic Colors of #4D42EB
Black with #4D42EB
Text Example
Text Example
White with #4D42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D42EB; }
p { color: rgb(77,66,235); }
H1.HeaderClassName
{
color: #4D42EB;
}
.AnyTagClassName
{
color: #4D42EB;
}
</style>
background-color css
<style>
a { background-color: #4D42EB; }
a { background-color: rgb(77,66,235); }
div.DivClassName
{
background-color: #4D42EB;
}
.BgClassName
{
background-color: #4D42EB;
}
</style>
border-color css
<style>
span { border-color: #4D42EB; }
span { border-color: rgb(77,66,235); }
td.TdClassName
{
border-color: #4D42EB;
}
.TagClassName
{
border-color: #4D42EB;
}
</style>