Shades of Neon Blue #5050FB
Tints of Neon Blue #5050FB
RGB
CMYK
RGB Variations
Color information
#5050FB (or 0x5050FB) is known color: Neon Blue. HEX triplet: 50, 50 and FB. RGB value is (80,80,251). Sum of RGB (Red+Green+Blue) = 80+80+251=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #5050FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5050FB is #AFAF04. Grayscale: #626262. Windows color (decimal): -11513605 or 16470096. OLE color: 16470096.
HSL color Cylindrical-coordinate representation of color #5050FB: hue angle of 240º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5050FB is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 80 | 251 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.65% | - |
| HSV(B) | 240º | 0.68% | 0.98% | - |
| XYZ | 23.59 | 14.41 | 92.8 | - |
| YUV | 99.49 | 213.5 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 251 | 0.68 | 0.68 | 0 | 0.02 | 240 | 0.96 | 0.65 |
| Hex | 50 | 50 | FB | 44 | 44 | 0 | 2 | F0 | 60 | 41 |
| Octal | 120 | 120 | 373 | 104 | 104 | 0 | 2 | 360 | 140 | 101 |
| Binary | 1010000 | 1010000 | 11111011 | 1000100 | 1000100 | 0 | 10 | 11110000 | 1100000 | 1000001 |
Color Harmonies of #5050FB
Complementary color
Monochromatic Colors of #5050FB
Black with #5050FB
Text Example
Text Example
White with #5050FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5050FB; }
p { color: rgb(80,80,251); }
H1.HeaderClassName
{
color: #5050FB;
}
.AnyTagClassName
{
color: #5050FB;
}
</style>
background-color css
<style>
a { background-color: #5050FB; }
a { background-color: rgb(80,80,251); }
div.DivClassName
{
background-color: #5050FB;
}
.BgClassName
{
background-color: #5050FB;
}
</style>
border-color css
<style>
span { border-color: #5050FB; }
span { border-color: rgb(80,80,251); }
td.TdClassName
{
border-color: #5050FB;
}
.TagClassName
{
border-color: #5050FB;
}
</style>