Shades of Neon Blue #504BEA
Tints of Neon Blue #504BEA
RGB
CMYK
RGB Variations
Color information
#504BEA (or 0x504BEA) is known color: Neon Blue. HEX triplet: 50, 4B and EA. RGB value is (80,75,234). Sum of RGB (Red+Green+Blue) = 80+75+234=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 75 (29.69% from 255 or 19.28% 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 #504BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504BEA is #AFB415. Grayscale: #5D5D5D. Windows color (decimal): -11514902 or 15354704. OLE color: 15354704.
HSL color Cylindrical-coordinate representation of color #504BEA: hue angle of 241.89º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504BEA is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 75 | 234 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.08 |
| HSL | 241.89º | 0.79% | 0.61% | - |
| HSV(B) | 241.89º | 0.68% | 0.92% | - |
| XYZ | 20.68 | 12.68 | 79.2 | - |
| YUV | 94.62 | 206.66 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 234 | 0.66 | 0.68 | 0 | 0.08 | 241.89 | 0.79 | 0.61 |
| Hex | 50 | 4B | EA | 42 | 44 | 0 | 8 | F2 | 4F | 3D |
| Octal | 120 | 113 | 352 | 102 | 104 | 0 | 10 | 362 | 117 | 75 |
| Binary | 1010000 | 1001011 | 11101010 | 1000010 | 1000100 | 0 | 1000 | 11110010 | 1001111 | 111101 |
Color Harmonies of #504BEA
Complementary color
Monochromatic Colors of #504BEA
Black with #504BEA
Text Example
Text Example
White with #504BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BEA; }
p { color: rgb(80,75,234); }
H1.HeaderClassName
{
color: #504BEA;
}
.AnyTagClassName
{
color: #504BEA;
}
</style>
background-color css
<style>
a { background-color: #504BEA; }
a { background-color: rgb(80,75,234); }
div.DivClassName
{
background-color: #504BEA;
}
.BgClassName
{
background-color: #504BEA;
}
</style>
border-color css
<style>
span { border-color: #504BEA; }
span { border-color: rgb(80,75,234); }
td.TdClassName
{
border-color: #504BEA;
}
.TagClassName
{
border-color: #504BEA;
}
</style>