Shades of Neon Blue #504FFF
Tints of Neon Blue #504FFF
RGB
CMYK
RGB Variations
Color information
#504FFF (or 0x504FFF) is known color: Neon Blue. HEX triplet: 50, 4F and FF. RGB value is (80,79,255). Sum of RGB (Red+Green+Blue) = 80+79+255=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #504FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504FFF is #AFB000. Grayscale: #626262. Windows color (decimal): -11513857 or 16731984. OLE color: 16731984.
HSL color Cylindrical-coordinate representation of color #504FFF: hue angle of 240.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504FFF is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 79 | 255 | - |
| CMYK | 0.69 | 0.69 | 0 | 0 |
| HSL | 240.34º | 1% | 0.65% | - |
| HSV(B) | 240.34º | 0.69% | 1% | - |
| XYZ | 24.15 | 14.52 | 96.14 | - |
| YUV | 99.36 | 215.83 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 255 | 0.69 | 0.69 | 0 | 0 | 240.34 | 1 | 0.65 |
| Hex | 50 | 4F | FF | 45 | 45 | 0 | 0 | F0 | 64 | 41 |
| Octal | 120 | 117 | 377 | 105 | 105 | 0 | 0 | 360 | 144 | 101 |
| Binary | 1010000 | 1001111 | 11111111 | 1000101 | 1000101 | 0 | 0 | 11110000 | 1100100 | 1000001 |
Color Harmonies of #504FFF
Complementary color
Monochromatic Colors of #504FFF
Black with #504FFF
Text Example
Text Example
White with #504FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FFF; }
p { color: rgb(80,79,255); }
H1.HeaderClassName
{
color: #504FFF;
}
.AnyTagClassName
{
color: #504FFF;
}
</style>
background-color css
<style>
a { background-color: #504FFF; }
a { background-color: rgb(80,79,255); }
div.DivClassName
{
background-color: #504FFF;
}
.BgClassName
{
background-color: #504FFF;
}
</style>
border-color css
<style>
span { border-color: #504FFF; }
span { border-color: rgb(80,79,255); }
td.TdClassName
{
border-color: #504FFF;
}
.TagClassName
{
border-color: #504FFF;
}
</style>