Shades of Neon Blue #504EEA
Tints of Neon Blue #504EEA
RGB
CMYK
RGB Variations
Color information
#504EEA (or 0x504EEA) is known color: Neon Blue. HEX triplet: 50, 4E and EA. RGB value is (80,78,234). Sum of RGB (Red+Green+Blue) = 80+78+234=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 78 (30.86% from 255 or 19.90% 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 #504EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EEA is #AFB115. Grayscale: #5F5F5F. Windows color (decimal): -11514134 or 15355472. OLE color: 15355472.
HSL color Cylindrical-coordinate representation of color #504EEA: hue angle of 240.77º 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 #504EEA is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 78 | 234 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.08 |
| HSL | 240.77º | 0.79% | 0.61% | - |
| HSV(B) | 240.77º | 0.67% | 0.92% | - |
| XYZ | 20.88 | 13.09 | 79.27 | - |
| YUV | 96.38 | 205.66 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 234 | 0.66 | 0.67 | 0 | 0.08 | 240.77 | 0.79 | 0.61 |
| Hex | 50 | 4E | EA | 42 | 43 | 0 | 8 | F1 | 4F | 3D |
| Octal | 120 | 116 | 352 | 102 | 103 | 0 | 10 | 361 | 117 | 75 |
| Binary | 1010000 | 1001110 | 11101010 | 1000010 | 1000011 | 0 | 1000 | 11110001 | 1001111 | 111101 |
Color Harmonies of #504EEA
Complementary color
Monochromatic Colors of #504EEA
Black with #504EEA
Text Example
Text Example
White with #504EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EEA; }
p { color: rgb(80,78,234); }
H1.HeaderClassName
{
color: #504EEA;
}
.AnyTagClassName
{
color: #504EEA;
}
</style>
background-color css
<style>
a { background-color: #504EEA; }
a { background-color: rgb(80,78,234); }
div.DivClassName
{
background-color: #504EEA;
}
.BgClassName
{
background-color: #504EEA;
}
</style>
border-color css
<style>
span { border-color: #504EEA; }
span { border-color: rgb(80,78,234); }
td.TdClassName
{
border-color: #504EEA;
}
.TagClassName
{
border-color: #504EEA;
}
</style>