Shades of Neon Blue #504FFE
Tints of Neon Blue #504FFE
RGB
CMYK
RGB Variations
Color information
#504FFE (or 0x504FFE) is known color: Neon Blue. HEX triplet: 50, 4F and FE. RGB value is (80,79,254). Sum of RGB (Red+Green+Blue) = 80+79+254=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #504FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504FFE is #AFB001. Grayscale: #626262. Windows color (decimal): -11513858 or 16666448. OLE color: 16666448.
HSL color Cylindrical-coordinate representation of color #504FFE: hue angle of 240.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504FFE is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 79 | 254 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.00 |
| HSL | 240.34º | 0.99% | 0.65% | - |
| HSV(B) | 240.34º | 0.69% | 1% | - |
| XYZ | 23.99 | 14.45 | 95.29 | - |
| YUV | 99.25 | 215.33 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 254 | 0.69 | 0.69 | 0 | 0.00 | 240.34 | 0.99 | 0.65 |
| Hex | 50 | 4F | FE | 45 | 45 | 0 | 0 | F0 | 63 | 41 |
| Octal | 120 | 117 | 376 | 105 | 105 | 0 | 0 | 360 | 143 | 101 |
| Binary | 1010000 | 1001111 | 11111110 | 1000101 | 1000101 | 0 | 0 | 11110000 | 1100011 | 1000001 |
Color Harmonies of #504FFE
Complementary color
Monochromatic Colors of #504FFE
Black with #504FFE
Text Example
Text Example
White with #504FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FFE; }
p { color: rgb(80,79,254); }
H1.HeaderClassName
{
color: #504FFE;
}
.AnyTagClassName
{
color: #504FFE;
}
</style>
background-color css
<style>
a { background-color: #504FFE; }
a { background-color: rgb(80,79,254); }
div.DivClassName
{
background-color: #504FFE;
}
.BgClassName
{
background-color: #504FFE;
}
</style>
border-color css
<style>
span { border-color: #504FFE; }
span { border-color: rgb(80,79,254); }
td.TdClassName
{
border-color: #504FFE;
}
.TagClassName
{
border-color: #504FFE;
}
</style>