Shades of Neon Blue #504DFF
Tints of Neon Blue #504DFF
RGB
CMYK
RGB Variations
Color information
#504DFF (or 0x504DFF) is known color: Neon Blue. HEX triplet: 50, 4D and FF. RGB value is (80,77,255). Sum of RGB (Red+Green+Blue) = 80+77+255=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #504DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504DFF is #AFB200. Grayscale: #616161. Windows color (decimal): -11514369 or 16731472. OLE color: 16731472.
HSL color Cylindrical-coordinate representation of color #504DFF: hue angle of 241.01º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504DFF is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 77 | 255 | - |
| CMYK | 0.69 | 0.70 | 0 | 0 |
| HSL | 241.01º | 1% | 0.65% | - |
| HSV(B) | 241.01º | 0.7% | 1% | - |
| XYZ | 24.01 | 14.23 | 96.09 | - |
| YUV | 98.19 | 216.49 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 255 | 0.69 | 0.70 | 0 | 0 | 241.01 | 1 | 0.65 |
| Hex | 50 | 4D | FF | 45 | 46 | 0 | 0 | F1 | 64 | 41 |
| Octal | 120 | 115 | 377 | 105 | 106 | 0 | 0 | 361 | 144 | 101 |
| Binary | 1010000 | 1001101 | 11111111 | 1000101 | 1000110 | 0 | 0 | 11110001 | 1100100 | 1000001 |
Color Harmonies of #504DFF
Complementary color
Monochromatic Colors of #504DFF
Black with #504DFF
Text Example
Text Example
White with #504DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DFF; }
p { color: rgb(80,77,255); }
H1.HeaderClassName
{
color: #504DFF;
}
.AnyTagClassName
{
color: #504DFF;
}
</style>
background-color css
<style>
a { background-color: #504DFF; }
a { background-color: rgb(80,77,255); }
div.DivClassName
{
background-color: #504DFF;
}
.BgClassName
{
background-color: #504DFF;
}
</style>
border-color css
<style>
span { border-color: #504DFF; }
span { border-color: rgb(80,77,255); }
td.TdClassName
{
border-color: #504DFF;
}
.TagClassName
{
border-color: #504DFF;
}
</style>