Shades of Neon Blue #4D4EFD
Tints of Neon Blue #4D4EFD
RGB
CMYK
RGB Variations
Color information
#4D4EFD (or 0x4D4EFD) is known color: Neon Blue. HEX triplet: 4D, 4E and FD. RGB value is (77,78,253). Sum of RGB (Red+Green+Blue) = 77+78+253=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D4EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4EFD is #B2B102. Grayscale: #606060. Windows color (decimal): -11710723 or 16600653. OLE color: 16600653.
HSL color Cylindrical-coordinate representation of color #4D4EFD: hue angle of 239.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D4EFD is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 78 | 253 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.01 |
| HSL | 239.66º | 0.98% | 0.65% | - |
| HSV(B) | 239.66º | 0.7% | 0.99% | - |
| XYZ | 23.51 | 14.12 | 94.41 | - |
| YUV | 97.65 | 215.67 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 253 | 0.70 | 0.69 | 0 | 0.01 | 239.66 | 0.98 | 0.65 |
| Hex | 4D | 4E | FD | 46 | 45 | 0 | 1 | F0 | 62 | 41 |
| Octal | 115 | 116 | 375 | 106 | 105 | 0 | 1 | 360 | 142 | 101 |
| Binary | 1001101 | 1001110 | 11111101 | 1000110 | 1000101 | 0 | 1 | 11110000 | 1100010 | 1000001 |
Color Harmonies of #4D4EFD
Complementary color
Monochromatic Colors of #4D4EFD
Black with #4D4EFD
Text Example
Text Example
White with #4D4EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4EFD; }
p { color: rgb(77,78,253); }
H1.HeaderClassName
{
color: #4D4EFD;
}
.AnyTagClassName
{
color: #4D4EFD;
}
</style>
background-color css
<style>
a { background-color: #4D4EFD; }
a { background-color: rgb(77,78,253); }
div.DivClassName
{
background-color: #4D4EFD;
}
.BgClassName
{
background-color: #4D4EFD;
}
</style>
border-color css
<style>
span { border-color: #4D4EFD; }
span { border-color: rgb(77,78,253); }
td.TdClassName
{
border-color: #4D4EFD;
}
.TagClassName
{
border-color: #4D4EFD;
}
</style>