Shades of Neon Blue #3947EC
Tints of Neon Blue #3947EC
RGB
CMYK
RGB Variations
Color information
#3947EC (or 0x3947EC) is known color: Neon Blue. HEX triplet: 39, 47 and EC. RGB value is (57,71,236). Sum of RGB (Red+Green+Blue) = 57+71+236=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 71 (28.12% from 255 or 19.51% 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 #3947EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3947EC is #C6B813. Grayscale: #545454. Windows color (decimal): -13023252 or 15484729. OLE color: 15484729.
HSL color Cylindrical-coordinate representation of color #3947EC: hue angle of 235.31º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3947EC is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 71 | 236 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.07 |
| HSL | 235.31º | 0.82% | 0.57% | - |
| HSV(B) | 235.31º | 0.76% | 0.93% | - |
| XYZ | 19.08 | 11.43 | 80.56 | - |
| YUV | 85.62 | 212.86 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 236 | 0.76 | 0.70 | 0 | 0.07 | 235.31 | 0.82 | 0.57 |
| Hex | 39 | 47 | EC | 4C | 46 | 0 | 7 | EB | 52 | 39 |
| Octal | 71 | 107 | 354 | 114 | 106 | 0 | 7 | 353 | 122 | 71 |
| Binary | 111001 | 1000111 | 11101100 | 1001100 | 1000110 | 0 | 111 | 11101011 | 1010010 | 111001 |
Color Harmonies of #3947EC
Complementary color
Monochromatic Colors of #3947EC
Black with #3947EC
Text Example
Text Example
White with #3947EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3947EC; }
p { color: rgb(57,71,236); }
H1.HeaderClassName
{
color: #3947EC;
}
.AnyTagClassName
{
color: #3947EC;
}
</style>
background-color css
<style>
a { background-color: #3947EC; }
a { background-color: rgb(57,71,236); }
div.DivClassName
{
background-color: #3947EC;
}
.BgClassName
{
background-color: #3947EC;
}
</style>
border-color css
<style>
span { border-color: #3947EC; }
span { border-color: rgb(57,71,236); }
td.TdClassName
{
border-color: #3947EC;
}
.TagClassName
{
border-color: #3947EC;
}
</style>