Shades of Neon Blue #504DFE
Tints of Neon Blue #504DFE
RGB
CMYK
RGB Variations
Color information
#504DFE (or 0x504DFE) is known color: Neon Blue. HEX triplet: 50, 4D and FE. RGB value is (80,77,254). Sum of RGB (Red+Green+Blue) = 80+77+254=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #504DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504DFE is #AFB201. Grayscale: #616161. Windows color (decimal): -11514370 or 16665936. OLE color: 16665936.
HSL color Cylindrical-coordinate representation of color #504DFE: hue angle of 241.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504DFE is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 77 | 254 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.00 |
| HSL | 241.02º | 0.99% | 0.65% | - |
| HSV(B) | 241.02º | 0.7% | 1% | - |
| XYZ | 23.85 | 14.17 | 95.24 | - |
| YUV | 98.08 | 215.99 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 254 | 0.69 | 0.70 | 0 | 0.00 | 241.02 | 0.99 | 0.65 |
| Hex | 50 | 4D | FE | 45 | 46 | 0 | 0 | F1 | 63 | 41 |
| Octal | 120 | 115 | 376 | 105 | 106 | 0 | 0 | 361 | 143 | 101 |
| Binary | 1010000 | 1001101 | 11111110 | 1000101 | 1000110 | 0 | 0 | 11110001 | 1100011 | 1000001 |
Color Harmonies of #504DFE
Complementary color
Monochromatic Colors of #504DFE
Black with #504DFE
Text Example
Text Example
White with #504DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DFE; }
p { color: rgb(80,77,254); }
H1.HeaderClassName
{
color: #504DFE;
}
.AnyTagClassName
{
color: #504DFE;
}
</style>
background-color css
<style>
a { background-color: #504DFE; }
a { background-color: rgb(80,77,254); }
div.DivClassName
{
background-color: #504DFE;
}
.BgClassName
{
background-color: #504DFE;
}
</style>
border-color css
<style>
span { border-color: #504DFE; }
span { border-color: rgb(80,77,254); }
td.TdClassName
{
border-color: #504DFE;
}
.TagClassName
{
border-color: #504DFE;
}
</style>