Shades of Neon Blue #3C48EC
Tints of Neon Blue #3C48EC
RGB
CMYK
RGB Variations
Color information
#3C48EC (or 0x3C48EC) is known color: Neon Blue. HEX triplet: 3C, 48 and EC. RGB value is (60,72,236). Sum of RGB (Red+Green+Blue) = 60+72+236=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C48EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C48EC is #C3B713. Grayscale: #565656. Windows color (decimal): -12826388 or 15484988. OLE color: 15484988.
HSL color Cylindrical-coordinate representation of color #3C48EC: hue angle of 235.91º 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 #3C48EC is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 72 | 236 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.07 |
| HSL | 235.91º | 0.82% | 0.58% | - |
| HSV(B) | 235.91º | 0.75% | 0.93% | - |
| XYZ | 19.32 | 11.65 | 80.59 | - |
| YUV | 87.11 | 212.02 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 236 | 0.75 | 0.69 | 0 | 0.07 | 235.91 | 0.82 | 0.58 |
| Hex | 3C | 48 | EC | 4B | 45 | 0 | 7 | EC | 52 | 3A |
| Octal | 74 | 110 | 354 | 113 | 105 | 0 | 7 | 354 | 122 | 72 |
| Binary | 111100 | 1001000 | 11101100 | 1001011 | 1000101 | 0 | 111 | 11101100 | 1010010 | 111010 |
Color Harmonies of #3C48EC
Complementary color
Monochromatic Colors of #3C48EC
Black with #3C48EC
Text Example
Text Example
White with #3C48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C48EC; }
p { color: rgb(60,72,236); }
H1.HeaderClassName
{
color: #3C48EC;
}
.AnyTagClassName
{
color: #3C48EC;
}
</style>
background-color css
<style>
a { background-color: #3C48EC; }
a { background-color: rgb(60,72,236); }
div.DivClassName
{
background-color: #3C48EC;
}
.BgClassName
{
background-color: #3C48EC;
}
</style>
border-color css
<style>
span { border-color: #3C48EC; }
span { border-color: rgb(60,72,236); }
td.TdClassName
{
border-color: #3C48EC;
}
.TagClassName
{
border-color: #3C48EC;
}
</style>