Shades of Neon Blue #4D4CFD
Tints of Neon Blue #4D4CFD
RGB
CMYK
RGB Variations
Color information
#4D4CFD (or 0x4D4CFD) is known color: Neon Blue. HEX triplet: 4D, 4C and FD. RGB value is (77,76,253). Sum of RGB (Red+Green+Blue) = 77+76+253=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D4CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4CFD is #B2B302. Grayscale: #5F5F5F. Windows color (decimal): -11711235 or 16600141. OLE color: 16600141.
HSL color Cylindrical-coordinate representation of color #4D4CFD: hue angle of 240.34º 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 #4D4CFD is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 76 | 253 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.01 |
| HSL | 240.34º | 0.98% | 0.65% | - |
| HSV(B) | 240.34º | 0.7% | 0.99% | - |
| XYZ | 23.37 | 13.84 | 94.37 | - |
| YUV | 96.48 | 216.33 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 253 | 0.70 | 0.70 | 0 | 0.01 | 240.34 | 0.98 | 0.65 |
| Hex | 4D | 4C | FD | 46 | 46 | 0 | 1 | F0 | 62 | 41 |
| Octal | 115 | 114 | 375 | 106 | 106 | 0 | 1 | 360 | 142 | 101 |
| Binary | 1001101 | 1001100 | 11111101 | 1000110 | 1000110 | 0 | 1 | 11110000 | 1100010 | 1000001 |
Color Harmonies of #4D4CFD
Complementary color
Monochromatic Colors of #4D4CFD
Black with #4D4CFD
Text Example
Text Example
White with #4D4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4CFD; }
p { color: rgb(77,76,253); }
H1.HeaderClassName
{
color: #4D4CFD;
}
.AnyTagClassName
{
color: #4D4CFD;
}
</style>
background-color css
<style>
a { background-color: #4D4CFD; }
a { background-color: rgb(77,76,253); }
div.DivClassName
{
background-color: #4D4CFD;
}
.BgClassName
{
background-color: #4D4CFD;
}
</style>
border-color css
<style>
span { border-color: #4D4CFD; }
span { border-color: rgb(77,76,253); }
td.TdClassName
{
border-color: #4D4CFD;
}
.TagClassName
{
border-color: #4D4CFD;
}
</style>