Shades of Neon Blue #5050FF
Tints of Neon Blue #5050FF
RGB
CMYK
RGB Variations
Color information
#5050FF (or 0x5050FF) is known color: Neon Blue. HEX triplet: 50, 50 and FF. RGB value is (80,80,255). Sum of RGB (Red+Green+Blue) = 80+80+255=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #5050FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5050FF is #AFAF00. Grayscale: #636363. Windows color (decimal): -11513601 or 16732240. OLE color: 16732240.
HSL color Cylindrical-coordinate representation of color #5050FF: hue angle of 240º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5050FF is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 80 | 255 | - |
| CMYK | 0.69 | 0.69 | 0 | 0 |
| HSL | 240º | 1% | 0.66% | - |
| HSV(B) | 240º | 0.69% | 1% | - |
| XYZ | 24.23 | 14.66 | 96.16 | - |
| YUV | 99.95 | 215.5 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 255 | 0.69 | 0.69 | 0 | 0 | 240 | 1 | 0.66 |
| Hex | 50 | 50 | FF | 45 | 45 | 0 | 0 | F0 | 64 | 42 |
| Octal | 120 | 120 | 377 | 105 | 105 | 0 | 0 | 360 | 144 | 102 |
| Binary | 1010000 | 1010000 | 11111111 | 1000101 | 1000101 | 0 | 0 | 11110000 | 1100100 | 1000010 |
Color Harmonies of #5050FF
Complementary color
Monochromatic Colors of #5050FF
Black with #5050FF
Text Example
Text Example
White with #5050FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5050FF; }
p { color: rgb(80,80,255); }
H1.HeaderClassName
{
color: #5050FF;
}
.AnyTagClassName
{
color: #5050FF;
}
</style>
background-color css
<style>
a { background-color: #5050FF; }
a { background-color: rgb(80,80,255); }
div.DivClassName
{
background-color: #5050FF;
}
.BgClassName
{
background-color: #5050FF;
}
</style>
border-color css
<style>
span { border-color: #5050FF; }
span { border-color: rgb(80,80,255); }
td.TdClassName
{
border-color: #5050FF;
}
.TagClassName
{
border-color: #5050FF;
}
</style>