Shades of Neon Blue #3A50EC
Tints of Neon Blue #3A50EC
RGB
CMYK
RGB Variations
Color information
#3A50EC (or 0x3A50EC) is known color: Neon Blue. HEX triplet: 3A, 50 and EC. RGB value is (58,80,236). Sum of RGB (Red+Green+Blue) = 58+80+236=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A50EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A50EC is #C5AF13. Grayscale: #5A5A5A. Windows color (decimal): -12955412 or 15487034. OLE color: 15487034.
HSL color Cylindrical-coordinate representation of color #3A50EC: hue angle of 232.58º 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 #3A50EC is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 80 | 236 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.07 |
| HSL | 232.58º | 0.82% | 0.58% | - |
| HSV(B) | 232.58º | 0.75% | 0.93% | - |
| XYZ | 19.75 | 12.69 | 80.77 | - |
| YUV | 91.21 | 209.71 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 236 | 0.75 | 0.66 | 0 | 0.07 | 232.58 | 0.82 | 0.58 |
| Hex | 3A | 50 | EC | 4B | 42 | 0 | 7 | E9 | 52 | 3A |
| Octal | 72 | 120 | 354 | 113 | 102 | 0 | 7 | 351 | 122 | 72 |
| Binary | 111010 | 1010000 | 11101100 | 1001011 | 1000010 | 0 | 111 | 11101001 | 1010010 | 111010 |
Color Harmonies of #3A50EC
Complementary color
Monochromatic Colors of #3A50EC
Black with #3A50EC
Text Example
Text Example
White with #3A50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A50EC; }
p { color: rgb(58,80,236); }
H1.HeaderClassName
{
color: #3A50EC;
}
.AnyTagClassName
{
color: #3A50EC;
}
</style>
background-color css
<style>
a { background-color: #3A50EC; }
a { background-color: rgb(58,80,236); }
div.DivClassName
{
background-color: #3A50EC;
}
.BgClassName
{
background-color: #3A50EC;
}
</style>
border-color css
<style>
span { border-color: #3A50EC; }
span { border-color: rgb(58,80,236); }
td.TdClassName
{
border-color: #3A50EC;
}
.TagClassName
{
border-color: #3A50EC;
}
</style>