Shades of Neon Blue #504AEA
Tints of Neon Blue #504AEA
RGB
CMYK
RGB Variations
Color information
#504AEA (or 0x504AEA) is known color: Neon Blue. HEX triplet: 50, 4A and EA. RGB value is (80,74,234). Sum of RGB (Red+Green+Blue) = 80+74+234=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #504AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504AEA is #AFB515. Grayscale: #5D5D5D. Windows color (decimal): -11515158 or 15354448. OLE color: 15354448.
HSL color Cylindrical-coordinate representation of color #504AEA: hue angle of 242.25º 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 #504AEA is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 74 | 234 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.08 |
| HSL | 242.25º | 0.79% | 0.6% | - |
| HSV(B) | 242.25º | 0.68% | 0.92% | - |
| XYZ | 20.61 | 12.54 | 79.18 | - |
| YUV | 94.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 234 | 0.66 | 0.68 | 0 | 0.08 | 242.25 | 0.79 | 0.6 |
| Hex | 50 | 4A | EA | 42 | 44 | 0 | 8 | F2 | 4F | 3C |
| Octal | 120 | 112 | 352 | 102 | 104 | 0 | 10 | 362 | 117 | 74 |
| Binary | 1010000 | 1001010 | 11101010 | 1000010 | 1000100 | 0 | 1000 | 11110010 | 1001111 | 111100 |
Color Harmonies of #504AEA
Complementary color
Monochromatic Colors of #504AEA
Black with #504AEA
Text Example
Text Example
White with #504AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504AEA; }
p { color: rgb(80,74,234); }
H1.HeaderClassName
{
color: #504AEA;
}
.AnyTagClassName
{
color: #504AEA;
}
</style>
background-color css
<style>
a { background-color: #504AEA; }
a { background-color: rgb(80,74,234); }
div.DivClassName
{
background-color: #504AEA;
}
.BgClassName
{
background-color: #504AEA;
}
</style>
border-color css
<style>
span { border-color: #504AEA; }
span { border-color: rgb(80,74,234); }
td.TdClassName
{
border-color: #504AEA;
}
.TagClassName
{
border-color: #504AEA;
}
</style>