Shades of Neon Blue #4D51E8
Tints of Neon Blue #4D51E8
RGB
CMYK
RGB Variations
Color information
#4D51E8 (or 0x4D51E8) is known color: Neon Blue. HEX triplet: 4D, 51 and E8. RGB value is (77,81,232). Sum of RGB (Red+Green+Blue) = 77+81+232=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 232 (91.02% from 255 or 59.49% from 390); Max value from RGB is 232 - color contains mainly: blue. Hex color #4D51E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D51E8 is #B2AE17. Grayscale: #606060. Windows color (decimal): -11709976 or 15225165. OLE color: 15225165.
HSL color Cylindrical-coordinate representation of color #4D51E8: hue angle of 238.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D51E8 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 81 | 232 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.09 |
| HSL | 238.45º | 0.77% | 0.61% | - |
| HSV(B) | 238.45º | 0.67% | 0.91% | - |
| XYZ | 20.57 | 13.29 | 77.82 | - |
| YUV | 97.02 | 204.17 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 232 | 0.67 | 0.65 | 0 | 0.09 | 238.45 | 0.77 | 0.61 |
| Hex | 4D | 51 | E8 | 43 | 41 | 0 | 9 | EE | 4D | 3D |
| Octal | 115 | 121 | 350 | 103 | 101 | 0 | 11 | 356 | 115 | 75 |
| Binary | 1001101 | 1010001 | 11101000 | 1000011 | 1000001 | 0 | 1001 | 11101110 | 1001101 | 111101 |
Color Harmonies of #4D51E8
Complementary color
Monochromatic Colors of #4D51E8
Black with #4D51E8
Text Example
Text Example
White with #4D51E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D51E8; }
p { color: rgb(77,81,232); }
H1.HeaderClassName
{
color: #4D51E8;
}
.AnyTagClassName
{
color: #4D51E8;
}
</style>
background-color css
<style>
a { background-color: #4D51E8; }
a { background-color: rgb(77,81,232); }
div.DivClassName
{
background-color: #4D51E8;
}
.BgClassName
{
background-color: #4D51E8;
}
</style>
border-color css
<style>
span { border-color: #4D51E8; }
span { border-color: rgb(77,81,232); }
td.TdClassName
{
border-color: #4D51E8;
}
.TagClassName
{
border-color: #4D51E8;
}
</style>