Shades of Neon Blue #3943EC
Tints of Neon Blue #3943EC
RGB
CMYK
RGB Variations
Color information
#3943EC (or 0x3943EC) is known color: Neon Blue. HEX triplet: 39, 43 and EC. RGB value is (57,67,236). Sum of RGB (Red+Green+Blue) = 57+67+236=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #3943EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3943EC is #C6BC13. Grayscale: #525252. Windows color (decimal): -13024276 or 15483705. OLE color: 15483705.
HSL color Cylindrical-coordinate representation of color #3943EC: hue angle of 236.65º 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 #3943EC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 67 | 236 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.07 |
| HSL | 236.65º | 0.82% | 0.57% | - |
| HSV(B) | 236.65º | 0.76% | 0.93% | - |
| XYZ | 18.83 | 10.94 | 80.48 | - |
| YUV | 83.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 236 | 0.76 | 0.72 | 0 | 0.07 | 236.65 | 0.82 | 0.57 |
| Hex | 39 | 43 | EC | 4C | 48 | 0 | 7 | ED | 52 | 39 |
| Octal | 71 | 103 | 354 | 114 | 110 | 0 | 7 | 355 | 122 | 71 |
| Binary | 111001 | 1000011 | 11101100 | 1001100 | 1001000 | 0 | 111 | 11101101 | 1010010 | 111001 |
Color Harmonies of #3943EC
Complementary color
Monochromatic Colors of #3943EC
Black with #3943EC
Text Example
Text Example
White with #3943EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3943EC; }
p { color: rgb(57,67,236); }
H1.HeaderClassName
{
color: #3943EC;
}
.AnyTagClassName
{
color: #3943EC;
}
</style>
background-color css
<style>
a { background-color: #3943EC; }
a { background-color: rgb(57,67,236); }
div.DivClassName
{
background-color: #3943EC;
}
.BgClassName
{
background-color: #3943EC;
}
</style>
border-color css
<style>
span { border-color: #3943EC; }
span { border-color: rgb(57,67,236); }
td.TdClassName
{
border-color: #3943EC;
}
.TagClassName
{
border-color: #3943EC;
}
</style>