Shades of Neon Blue #3930EC
Tints of Neon Blue #3930EC
RGB
CMYK
RGB Variations
Color information
#3930EC (or 0x3930EC) is known color: Neon Blue. HEX triplet: 39, 30 and EC. RGB value is (57,48,236). Sum of RGB (Red+Green+Blue) = 57+48+236=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #3930EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3930EC is #C6CF13. Grayscale: #474747. Windows color (decimal): -13029140 or 15478841. OLE color: 15478841.
HSL color Cylindrical-coordinate representation of color #3930EC: hue angle of 242.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3930EC is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 48 | 236 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.07 |
| HSL | 242.87º | 0.83% | 0.56% | - |
| HSV(B) | 242.87º | 0.8% | 0.93% | - |
| XYZ | 17.88 | 9.04 | 80.16 | - |
| YUV | 72.12 | 220.48 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 236 | 0.76 | 0.80 | 0 | 0.07 | 242.87 | 0.83 | 0.56 |
| Hex | 39 | 30 | EC | 4C | 50 | 0 | 7 | F3 | 53 | 38 |
| Octal | 71 | 60 | 354 | 114 | 120 | 0 | 7 | 363 | 123 | 70 |
| Binary | 111001 | 110000 | 11101100 | 1001100 | 1010000 | 0 | 111 | 11110011 | 1010011 | 111000 |
Color Harmonies of #3930EC
Complementary color
Monochromatic Colors of #3930EC
Black with #3930EC
Text Example
Text Example
White with #3930EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3930EC; }
p { color: rgb(57,48,236); }
H1.HeaderClassName
{
color: #3930EC;
}
.AnyTagClassName
{
color: #3930EC;
}
</style>
background-color css
<style>
a { background-color: #3930EC; }
a { background-color: rgb(57,48,236); }
div.DivClassName
{
background-color: #3930EC;
}
.BgClassName
{
background-color: #3930EC;
}
</style>
border-color css
<style>
span { border-color: #3930EC; }
span { border-color: rgb(57,48,236); }
td.TdClassName
{
border-color: #3930EC;
}
.TagClassName
{
border-color: #3930EC;
}
</style>