Shades of Neon Blue #4D4EEA
Tints of Neon Blue #4D4EEA
RGB
CMYK
RGB Variations
Color information
#4D4EEA (or 0x4D4EEA) is known color: Neon Blue. HEX triplet: 4D, 4E and EA. RGB value is (77,78,234). Sum of RGB (Red+Green+Blue) = 77+78+234=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D4EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4EEA is #B2B115. Grayscale: #5E5E5E. Windows color (decimal): -11710742 or 15355469. OLE color: 15355469.
HSL color Cylindrical-coordinate representation of color #4D4EEA: hue angle of 239.62º 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 #4D4EEA is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 78 | 234 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.08 |
| HSL | 239.62º | 0.79% | 0.61% | - |
| HSV(B) | 239.62º | 0.67% | 0.92% | - |
| XYZ | 20.64 | 12.97 | 79.26 | - |
| YUV | 95.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 234 | 0.67 | 0.67 | 0 | 0.08 | 239.62 | 0.79 | 0.61 |
| Hex | 4D | 4E | EA | 43 | 43 | 0 | 8 | F0 | 4F | 3D |
| Octal | 115 | 116 | 352 | 103 | 103 | 0 | 10 | 360 | 117 | 75 |
| Binary | 1001101 | 1001110 | 11101010 | 1000011 | 1000011 | 0 | 1000 | 11110000 | 1001111 | 111101 |
Color Harmonies of #4D4EEA
Complementary color
Monochromatic Colors of #4D4EEA
Black with #4D4EEA
Text Example
Text Example
White with #4D4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4EEA; }
p { color: rgb(77,78,234); }
H1.HeaderClassName
{
color: #4D4EEA;
}
.AnyTagClassName
{
color: #4D4EEA;
}
</style>
background-color css
<style>
a { background-color: #4D4EEA; }
a { background-color: rgb(77,78,234); }
div.DivClassName
{
background-color: #4D4EEA;
}
.BgClassName
{
background-color: #4D4EEA;
}
</style>
border-color css
<style>
span { border-color: #4D4EEA; }
span { border-color: rgb(77,78,234); }
td.TdClassName
{
border-color: #4D4EEA;
}
.TagClassName
{
border-color: #4D4EEA;
}
</style>