Shades of Neon Blue #4E4AEA
Tints of Neon Blue #4E4AEA
RGB
CMYK
RGB Variations
Color information
#4E4AEA (or 0x4E4AEA) is known color: Neon Blue. HEX triplet: 4E, 4A and EA. RGB value is (78,74,234). Sum of RGB (Red+Green+Blue) = 78+74+234=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #4E4AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E4AEA is #B1B515. Grayscale: #5C5C5C. Windows color (decimal): -11646230 or 15354446. OLE color: 15354446.
HSL color Cylindrical-coordinate representation of color #4E4AEA: hue angle of 241.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E4AEA is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 74 | 234 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.08 |
| HSL | 241.5º | 0.79% | 0.6% | - |
| HSV(B) | 241.5º | 0.68% | 0.92% | - |
| XYZ | 20.44 | 12.46 | 79.17 | - |
| YUV | 93.44 | 207.33 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 234 | 0.67 | 0.68 | 0 | 0.08 | 241.5 | 0.79 | 0.6 |
| Hex | 4E | 4A | EA | 43 | 44 | 0 | 8 | F2 | 4F | 3C |
| Octal | 116 | 112 | 352 | 103 | 104 | 0 | 10 | 362 | 117 | 74 |
| Binary | 1001110 | 1001010 | 11101010 | 1000011 | 1000100 | 0 | 1000 | 11110010 | 1001111 | 111100 |
Color Harmonies of #4E4AEA
Complementary color
Monochromatic Colors of #4E4AEA
Black with #4E4AEA
Text Example
Text Example
White with #4E4AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4AEA; }
p { color: rgb(78,74,234); }
H1.HeaderClassName
{
color: #4E4AEA;
}
.AnyTagClassName
{
color: #4E4AEA;
}
</style>
background-color css
<style>
a { background-color: #4E4AEA; }
a { background-color: rgb(78,74,234); }
div.DivClassName
{
background-color: #4E4AEA;
}
.BgClassName
{
background-color: #4E4AEA;
}
</style>
border-color css
<style>
span { border-color: #4E4AEA; }
span { border-color: rgb(78,74,234); }
td.TdClassName
{
border-color: #4E4AEA;
}
.TagClassName
{
border-color: #4E4AEA;
}
</style>