Shades of Neon Blue #4D51EA
Tints of Neon Blue #4D51EA
RGB
CMYK
RGB Variations
Color information
#4D51EA (or 0x4D51EA) is known color: Neon Blue. HEX triplet: 4D, 51 and EA. RGB value is (77,81,234). Sum of RGB (Red+Green+Blue) = 77+81+234=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D51EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D51EA is #B2AE15. Grayscale: #606060. Windows color (decimal): -11709974 or 15356237. OLE color: 15356237.
HSL color Cylindrical-coordinate representation of color #4D51EA: hue angle of 238.47º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D51EA is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 81 | 234 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.08 |
| HSL | 238.47º | 0.79% | 0.61% | - |
| HSV(B) | 238.47º | 0.67% | 0.92% | - |
| XYZ | 20.85 | 13.4 | 79.33 | - |
| YUV | 97.25 | 205.17 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 234 | 0.67 | 0.65 | 0 | 0.08 | 238.47 | 0.79 | 0.61 |
| Hex | 4D | 51 | EA | 43 | 41 | 0 | 8 | EE | 4F | 3D |
| Octal | 115 | 121 | 352 | 103 | 101 | 0 | 10 | 356 | 117 | 75 |
| Binary | 1001101 | 1010001 | 11101010 | 1000011 | 1000001 | 0 | 1000 | 11101110 | 1001111 | 111101 |
Color Harmonies of #4D51EA
Complementary color
Monochromatic Colors of #4D51EA
Black with #4D51EA
Text Example
Text Example
White with #4D51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D51EA; }
p { color: rgb(77,81,234); }
H1.HeaderClassName
{
color: #4D51EA;
}
.AnyTagClassName
{
color: #4D51EA;
}
</style>
background-color css
<style>
a { background-color: #4D51EA; }
a { background-color: rgb(77,81,234); }
div.DivClassName
{
background-color: #4D51EA;
}
.BgClassName
{
background-color: #4D51EA;
}
</style>
border-color css
<style>
span { border-color: #4D51EA; }
span { border-color: rgb(77,81,234); }
td.TdClassName
{
border-color: #4D51EA;
}
.TagClassName
{
border-color: #4D51EA;
}
</style>