Shades of Neon Blue #504EFA
Tints of Neon Blue #504EFA
RGB
CMYK
RGB Variations
Color information
#504EFA (or 0x504EFA) is known color: Neon Blue. HEX triplet: 50, 4E and FA. RGB value is (80,78,250). Sum of RGB (Red+Green+Blue) = 80+78+250=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #504EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EFA is #AFB105. Grayscale: #616161. Windows color (decimal): -11514118 or 16404048. OLE color: 16404048.
HSL color Cylindrical-coordinate representation of color #504EFA: hue angle of 240.7º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504EFA is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 78 | 250 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.02 |
| HSL | 240.7º | 0.95% | 0.64% | - |
| HSV(B) | 240.7º | 0.69% | 0.98% | - |
| XYZ | 23.29 | 14.06 | 91.93 | - |
| YUV | 98.21 | 213.66 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 250 | 0.68 | 0.69 | 0 | 0.02 | 240.7 | 0.95 | 0.64 |
| Hex | 50 | 4E | FA | 44 | 45 | 0 | 2 | F1 | 5F | 40 |
| Octal | 120 | 116 | 372 | 104 | 105 | 0 | 2 | 361 | 137 | 100 |
| Binary | 1010000 | 1001110 | 11111010 | 1000100 | 1000101 | 0 | 10 | 11110001 | 1011111 | 1000000 |
Color Harmonies of #504EFA
Complementary color
Monochromatic Colors of #504EFA
Black with #504EFA
Text Example
Text Example
White with #504EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EFA; }
p { color: rgb(80,78,250); }
H1.HeaderClassName
{
color: #504EFA;
}
.AnyTagClassName
{
color: #504EFA;
}
</style>
background-color css
<style>
a { background-color: #504EFA; }
a { background-color: rgb(80,78,250); }
div.DivClassName
{
background-color: #504EFA;
}
.BgClassName
{
background-color: #504EFA;
}
</style>
border-color css
<style>
span { border-color: #504EFA; }
span { border-color: rgb(80,78,250); }
td.TdClassName
{
border-color: #504EFA;
}
.TagClassName
{
border-color: #504EFA;
}
</style>