Shades of Neon Blue #3946ED
Tints of Neon Blue #3946ED
RGB
CMYK
RGB Variations
Color information
#3946ED (or 0x3946ED) is known color: Neon Blue. HEX triplet: 39, 46 and ED. RGB value is (57,70,237). Sum of RGB (Red+Green+Blue) = 57+70+237=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #3946ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3946ED is #C6B912. Grayscale: #545454. Windows color (decimal): -13023507 or 15550009. OLE color: 15550009.
HSL color Cylindrical-coordinate representation of color #3946ED: hue angle of 235.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3946ED is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 70 | 237 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.07 |
| HSL | 235.67º | 0.83% | 0.58% | - |
| HSV(B) | 235.67º | 0.76% | 0.93% | - |
| XYZ | 19.16 | 11.36 | 81.3 | - |
| YUV | 85.15 | 213.69 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 237 | 0.76 | 0.70 | 0 | 0.07 | 235.67 | 0.83 | 0.58 |
| Hex | 39 | 46 | ED | 4C | 46 | 0 | 7 | EC | 53 | 3A |
| Octal | 71 | 106 | 355 | 114 | 106 | 0 | 7 | 354 | 123 | 72 |
| Binary | 111001 | 1000110 | 11101101 | 1001100 | 1000110 | 0 | 111 | 11101100 | 1010011 | 111010 |
Color Harmonies of #3946ED
Complementary color
Monochromatic Colors of #3946ED
Black with #3946ED
Text Example
Text Example
White with #3946ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3946ED; }
p { color: rgb(57,70,237); }
H1.HeaderClassName
{
color: #3946ED;
}
.AnyTagClassName
{
color: #3946ED;
}
</style>
background-color css
<style>
a { background-color: #3946ED; }
a { background-color: rgb(57,70,237); }
div.DivClassName
{
background-color: #3946ED;
}
.BgClassName
{
background-color: #3946ED;
}
</style>
border-color css
<style>
span { border-color: #3946ED; }
span { border-color: rgb(57,70,237); }
td.TdClassName
{
border-color: #3946ED;
}
.TagClassName
{
border-color: #3946ED;
}
</style>