Shades of Neon Blue #3A46EC
Tints of Neon Blue #3A46EC
RGB
CMYK
RGB Variations
Color information
#3A46EC (or 0x3A46EC) is known color: Neon Blue. HEX triplet: 3A, 46 and EC. RGB value is (58,70,236). Sum of RGB (Red+Green+Blue) = 58+70+236=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A46EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A46EC is #C5B913. Grayscale: #545454. Windows color (decimal): -12957972 or 15484474. OLE color: 15484474.
HSL color Cylindrical-coordinate representation of color #3A46EC: hue angle of 235.96º 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 #3A46EC is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 70 | 236 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.07 |
| HSL | 235.96º | 0.82% | 0.58% | - |
| HSV(B) | 235.96º | 0.75% | 0.93% | - |
| XYZ | 19.08 | 11.34 | 80.54 | - |
| YUV | 85.34 | 213.02 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 236 | 0.75 | 0.70 | 0 | 0.07 | 235.96 | 0.82 | 0.58 |
| Hex | 3A | 46 | EC | 4B | 46 | 0 | 7 | EC | 52 | 3A |
| Octal | 72 | 106 | 354 | 113 | 106 | 0 | 7 | 354 | 122 | 72 |
| Binary | 111010 | 1000110 | 11101100 | 1001011 | 1000110 | 0 | 111 | 11101100 | 1010010 | 111010 |
Color Harmonies of #3A46EC
Complementary color
Monochromatic Colors of #3A46EC
Black with #3A46EC
Text Example
Text Example
White with #3A46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A46EC; }
p { color: rgb(58,70,236); }
H1.HeaderClassName
{
color: #3A46EC;
}
.AnyTagClassName
{
color: #3A46EC;
}
</style>
background-color css
<style>
a { background-color: #3A46EC; }
a { background-color: rgb(58,70,236); }
div.DivClassName
{
background-color: #3A46EC;
}
.BgClassName
{
background-color: #3A46EC;
}
</style>
border-color css
<style>
span { border-color: #3A46EC; }
span { border-color: rgb(58,70,236); }
td.TdClassName
{
border-color: #3A46EC;
}
.TagClassName
{
border-color: #3A46EC;
}
</style>