Shades of Neon Blue #3C46EC
Tints of Neon Blue #3C46EC
RGB
CMYK
RGB Variations
Color information
#3C46EC (or 0x3C46EC) is known color: Neon Blue. HEX triplet: 3C, 46 and EC. RGB value is (60,70,236). Sum of RGB (Red+Green+Blue) = 60+70+236=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C46EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C46EC is #C3B913. Grayscale: #555555. Windows color (decimal): -12826900 or 15484476. OLE color: 15484476.
HSL color Cylindrical-coordinate representation of color #3C46EC: hue angle of 236.59º 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 #3C46EC is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 70 | 236 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.07 |
| HSL | 236.59º | 0.82% | 0.58% | - |
| HSV(B) | 236.59º | 0.75% | 0.93% | - |
| XYZ | 19.19 | 11.4 | 80.55 | - |
| YUV | 85.93 | 212.69 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 236 | 0.75 | 0.70 | 0 | 0.07 | 236.59 | 0.82 | 0.58 |
| Hex | 3C | 46 | EC | 4B | 46 | 0 | 7 | ED | 52 | 3A |
| Octal | 74 | 106 | 354 | 113 | 106 | 0 | 7 | 355 | 122 | 72 |
| Binary | 111100 | 1000110 | 11101100 | 1001011 | 1000110 | 0 | 111 | 11101101 | 1010010 | 111010 |
Color Harmonies of #3C46EC
Complementary color
Monochromatic Colors of #3C46EC
Black with #3C46EC
Text Example
Text Example
White with #3C46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C46EC; }
p { color: rgb(60,70,236); }
H1.HeaderClassName
{
color: #3C46EC;
}
.AnyTagClassName
{
color: #3C46EC;
}
</style>
background-color css
<style>
a { background-color: #3C46EC; }
a { background-color: rgb(60,70,236); }
div.DivClassName
{
background-color: #3C46EC;
}
.BgClassName
{
background-color: #3C46EC;
}
</style>
border-color css
<style>
span { border-color: #3C46EC; }
span { border-color: rgb(60,70,236); }
td.TdClassName
{
border-color: #3C46EC;
}
.TagClassName
{
border-color: #3C46EC;
}
</style>