Shades of Neon Blue #4E4AED
Tints of Neon Blue #4E4AED
RGB
CMYK
RGB Variations
Color information
#4E4AED (or 0x4E4AED) is known color: Neon Blue. HEX triplet: 4E, 4A and ED. RGB value is (78,74,237). Sum of RGB (Red+Green+Blue) = 78+74+237=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #4E4AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E4AED is #B1B512. Grayscale: #5D5D5D. Windows color (decimal): -11646227 or 15551054. OLE color: 15551054.
HSL color Cylindrical-coordinate representation of color #4E4AED: hue angle of 241.47º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4AED is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 74 | 237 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.07 |
| HSL | 241.47º | 0.82% | 0.61% | - |
| HSV(B) | 241.47º | 0.69% | 0.93% | - |
| XYZ | 20.88 | 12.63 | 81.46 | - |
| YUV | 93.78 | 208.83 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 237 | 0.67 | 0.69 | 0 | 0.07 | 241.47 | 0.82 | 0.61 |
| Hex | 4E | 4A | ED | 43 | 45 | 0 | 7 | F1 | 52 | 3D |
| Octal | 116 | 112 | 355 | 103 | 105 | 0 | 7 | 361 | 122 | 75 |
| Binary | 1001110 | 1001010 | 11101101 | 1000011 | 1000101 | 0 | 111 | 11110001 | 1010010 | 111101 |
Color Harmonies of #4E4AED
Complementary color
Monochromatic Colors of #4E4AED
Black with #4E4AED
Text Example
Text Example
White with #4E4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4AED; }
p { color: rgb(78,74,237); }
H1.HeaderClassName
{
color: #4E4AED;
}
.AnyTagClassName
{
color: #4E4AED;
}
</style>
background-color css
<style>
a { background-color: #4E4AED; }
a { background-color: rgb(78,74,237); }
div.DivClassName
{
background-color: #4E4AED;
}
.BgClassName
{
background-color: #4E4AED;
}
</style>
border-color css
<style>
span { border-color: #4E4AED; }
span { border-color: rgb(78,74,237); }
td.TdClassName
{
border-color: #4E4AED;
}
.TagClassName
{
border-color: #4E4AED;
}
</style>