Shades of Neon Blue #3B50EC
Tints of Neon Blue #3B50EC
RGB
CMYK
RGB Variations
Color information
#3B50EC (or 0x3B50EC) is known color: Neon Blue. HEX triplet: 3B, 50 and EC. RGB value is (59,80,236). Sum of RGB (Red+Green+Blue) = 59+80+236=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #3B50EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B50EC is #C4AF13. Grayscale: #5A5A5A. Windows color (decimal): -12889876 or 15487035. OLE color: 15487035.
HSL color Cylindrical-coordinate representation of color #3B50EC: hue angle of 232.88º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B50EC is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 80 | 236 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.07 |
| HSL | 232.88º | 0.82% | 0.58% | - |
| HSV(B) | 232.88º | 0.75% | 0.93% | - |
| XYZ | 19.81 | 12.72 | 80.77 | - |
| YUV | 91.51 | 209.54 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 236 | 0.75 | 0.66 | 0 | 0.07 | 232.88 | 0.82 | 0.58 |
| Hex | 3B | 50 | EC | 4B | 42 | 0 | 7 | E9 | 52 | 3A |
| Octal | 73 | 120 | 354 | 113 | 102 | 0 | 7 | 351 | 122 | 72 |
| Binary | 111011 | 1010000 | 11101100 | 1001011 | 1000010 | 0 | 111 | 11101001 | 1010010 | 111010 |
Color Harmonies of #3B50EC
Complementary color
Monochromatic Colors of #3B50EC
Black with #3B50EC
Text Example
Text Example
White with #3B50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B50EC; }
p { color: rgb(59,80,236); }
H1.HeaderClassName
{
color: #3B50EC;
}
.AnyTagClassName
{
color: #3B50EC;
}
</style>
background-color css
<style>
a { background-color: #3B50EC; }
a { background-color: rgb(59,80,236); }
div.DivClassName
{
background-color: #3B50EC;
}
.BgClassName
{
background-color: #3B50EC;
}
</style>
border-color css
<style>
span { border-color: #3B50EC; }
span { border-color: rgb(59,80,236); }
td.TdClassName
{
border-color: #3B50EC;
}
.TagClassName
{
border-color: #3B50EC;
}
</style>