Shades of Neon Blue #3946FE
Tints of Neon Blue #3946FE
RGB
CMYK
RGB Variations
Color information
#3946FE (or 0x3946FE) is known color: Neon Blue. HEX triplet: 39, 46 and FE. RGB value is (57,70,254). Sum of RGB (Red+Green+Blue) = 57+70+254=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #3946FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3946FE is #C6B901. Grayscale: #565656. Windows color (decimal): -13023490 or 16664121. OLE color: 16664121.
HSL color Cylindrical-coordinate representation of color #3946FE: hue angle of 236.04º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3946FE is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 70 | 254 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.00 |
| HSL | 236.04º | 0.99% | 0.61% | - |
| HSV(B) | 236.04º | 0.78% | 1% | - |
| XYZ | 21.77 | 12.41 | 95.01 | - |
| YUV | 87.09 | 222.19 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 254 | 0.78 | 0.72 | 0 | 0.00 | 236.04 | 0.99 | 0.61 |
| Hex | 39 | 46 | FE | 4E | 48 | 0 | 0 | EC | 63 | 3D |
| Octal | 71 | 106 | 376 | 116 | 110 | 0 | 0 | 354 | 143 | 75 |
| Binary | 111001 | 1000110 | 11111110 | 1001110 | 1001000 | 0 | 0 | 11101100 | 1100011 | 111101 |
Color Harmonies of #3946FE
Complementary color
Monochromatic Colors of #3946FE
Black with #3946FE
Text Example
Text Example
White with #3946FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3946FE; }
p { color: rgb(57,70,254); }
H1.HeaderClassName
{
color: #3946FE;
}
.AnyTagClassName
{
color: #3946FE;
}
</style>
background-color css
<style>
a { background-color: #3946FE; }
a { background-color: rgb(57,70,254); }
div.DivClassName
{
background-color: #3946FE;
}
.BgClassName
{
background-color: #3946FE;
}
</style>
border-color css
<style>
span { border-color: #3946FE; }
span { border-color: rgb(57,70,254); }
td.TdClassName
{
border-color: #3946FE;
}
.TagClassName
{
border-color: #3946FE;
}
</style>