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