Shades of Neon Blue #4D40EF
Tints of Neon Blue #4D40EF
RGB
CMYK
RGB Variations
Color information
#4D40EF (or 0x4D40EF) is known color: Neon Blue. HEX triplet: 4D, 40 and EF. RGB value is (77,64,239). Sum of RGB (Red+Green+Blue) = 77+64+239=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D40EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D40EF is #B2BF10. Grayscale: #575757. Windows color (decimal): -11714321 or 15679565. OLE color: 15679565.
HSL color Cylindrical-coordinate representation of color #4D40EF: hue angle of 244.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D40EF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 64 | 239 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.06 |
| HSL | 244.46º | 0.85% | 0.59% | - |
| HSV(B) | 244.46º | 0.73% | 0.94% | - |
| XYZ | 20.47 | 11.48 | 82.8 | - |
| YUV | 87.84 | 213.31 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 239 | 0.68 | 0.73 | 0 | 0.06 | 244.46 | 0.85 | 0.59 |
| Hex | 4D | 40 | EF | 44 | 49 | 0 | 6 | F4 | 55 | 3B |
| Octal | 115 | 100 | 357 | 104 | 111 | 0 | 6 | 364 | 125 | 73 |
| Binary | 1001101 | 1000000 | 11101111 | 1000100 | 1001001 | 0 | 110 | 11110100 | 1010101 | 111011 |
Color Harmonies of #4D40EF
Complementary color
Monochromatic Colors of #4D40EF
Black with #4D40EF
Text Example
Text Example
White with #4D40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D40EF; }
p { color: rgb(77,64,239); }
H1.HeaderClassName
{
color: #4D40EF;
}
.AnyTagClassName
{
color: #4D40EF;
}
</style>
background-color css
<style>
a { background-color: #4D40EF; }
a { background-color: rgb(77,64,239); }
div.DivClassName
{
background-color: #4D40EF;
}
.BgClassName
{
background-color: #4D40EF;
}
</style>
border-color css
<style>
span { border-color: #4D40EF; }
span { border-color: rgb(77,64,239); }
td.TdClassName
{
border-color: #4D40EF;
}
.TagClassName
{
border-color: #4D40EF;
}
</style>