Shades of Neon Blue #4D42EF
Tints of Neon Blue #4D42EF
RGB
CMYK
RGB Variations
Color information
#4D42EF (or 0x4D42EF) is known color: Neon Blue. HEX triplet: 4D, 42 and EF. RGB value is (77,66,239). Sum of RGB (Red+Green+Blue) = 77+66+239=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D42EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D42EF is #B2BD10. Grayscale: #585858. Windows color (decimal): -11713809 or 15680077. OLE color: 15680077.
HSL color Cylindrical-coordinate representation of color #4D42EF: hue angle of 243.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D42EF is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 66 | 239 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.06 |
| HSL | 243.82º | 0.84% | 0.6% | - |
| HSV(B) | 243.82º | 0.72% | 0.94% | - |
| XYZ | 20.59 | 11.71 | 82.84 | - |
| YUV | 89.01 | 212.64 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 239 | 0.68 | 0.72 | 0 | 0.06 | 243.82 | 0.84 | 0.6 |
| Hex | 4D | 42 | EF | 44 | 48 | 0 | 6 | F4 | 54 | 3C |
| Octal | 115 | 102 | 357 | 104 | 110 | 0 | 6 | 364 | 124 | 74 |
| Binary | 1001101 | 1000010 | 11101111 | 1000100 | 1001000 | 0 | 110 | 11110100 | 1010100 | 111100 |
Color Harmonies of #4D42EF
Complementary color
Monochromatic Colors of #4D42EF
Black with #4D42EF
Text Example
Text Example
White with #4D42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D42EF; }
p { color: rgb(77,66,239); }
H1.HeaderClassName
{
color: #4D42EF;
}
.AnyTagClassName
{
color: #4D42EF;
}
</style>
background-color css
<style>
a { background-color: #4D42EF; }
a { background-color: rgb(77,66,239); }
div.DivClassName
{
background-color: #4D42EF;
}
.BgClassName
{
background-color: #4D42EF;
}
</style>
border-color css
<style>
span { border-color: #4D42EF; }
span { border-color: rgb(77,66,239); }
td.TdClassName
{
border-color: #4D42EF;
}
.TagClassName
{
border-color: #4D42EF;
}
</style>