Shades of Neon Blue #504DFA
Tints of Neon Blue #504DFA
RGB
CMYK
RGB Variations
Color information
#504DFA (or 0x504DFA) is known color: Neon Blue. HEX triplet: 50, 4D and FA. RGB value is (80,77,250). Sum of RGB (Red+Green+Blue) = 80+77+250=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #504DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504DFA is #AFB205. Grayscale: #606060. Windows color (decimal): -11514374 or 16403792. OLE color: 16403792.
HSL color Cylindrical-coordinate representation of color #504DFA: hue angle of 241.04º 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 #504DFA is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 77 | 250 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.02 |
| HSL | 241.04º | 0.95% | 0.64% | - |
| HSV(B) | 241.04º | 0.69% | 0.98% | - |
| XYZ | 23.22 | 13.92 | 91.9 | - |
| YUV | 97.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 250 | 0.68 | 0.69 | 0 | 0.02 | 241.04 | 0.95 | 0.64 |
| Hex | 50 | 4D | FA | 44 | 45 | 0 | 2 | F1 | 5F | 40 |
| Octal | 120 | 115 | 372 | 104 | 105 | 0 | 2 | 361 | 137 | 100 |
| Binary | 1010000 | 1001101 | 11111010 | 1000100 | 1000101 | 0 | 10 | 11110001 | 1011111 | 1000000 |
Color Harmonies of #504DFA
Complementary color
Monochromatic Colors of #504DFA
Black with #504DFA
Text Example
Text Example
White with #504DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DFA; }
p { color: rgb(80,77,250); }
H1.HeaderClassName
{
color: #504DFA;
}
.AnyTagClassName
{
color: #504DFA;
}
</style>
background-color css
<style>
a { background-color: #504DFA; }
a { background-color: rgb(80,77,250); }
div.DivClassName
{
background-color: #504DFA;
}
.BgClassName
{
background-color: #504DFA;
}
</style>
border-color css
<style>
span { border-color: #504DFA; }
span { border-color: rgb(80,77,250); }
td.TdClassName
{
border-color: #504DFA;
}
.TagClassName
{
border-color: #504DFA;
}
</style>