Shades of Neon Blue #3949FE
Tints of Neon Blue #3949FE
RGB
CMYK
RGB Variations
Color information
#3949FE (or 0x3949FE) is known color: Neon Blue. HEX triplet: 39, 49 and FE. RGB value is (57,73,254). Sum of RGB (Red+Green+Blue) = 57+73+254=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #3949FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3949FE is #C6B601. Grayscale: #585858. Windows color (decimal): -13022722 or 16664889. OLE color: 16664889.
HSL color Cylindrical-coordinate representation of color #3949FE: hue angle of 235.13º 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 #3949FE is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 73 | 254 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.00 |
| HSL | 235.13º | 0.99% | 0.61% | - |
| HSV(B) | 235.13º | 0.78% | 1% | - |
| XYZ | 21.96 | 12.79 | 95.08 | - |
| YUV | 88.85 | 221.2 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 254 | 0.78 | 0.71 | 0 | 0.00 | 235.13 | 0.99 | 0.61 |
| Hex | 39 | 49 | FE | 4E | 47 | 0 | 0 | EB | 63 | 3D |
| Octal | 71 | 111 | 376 | 116 | 107 | 0 | 0 | 353 | 143 | 75 |
| Binary | 111001 | 1001001 | 11111110 | 1001110 | 1000111 | 0 | 0 | 11101011 | 1100011 | 111101 |
Color Harmonies of #3949FE
Complementary color
Monochromatic Colors of #3949FE
Black with #3949FE
Text Example
Text Example
White with #3949FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949FE; }
p { color: rgb(57,73,254); }
H1.HeaderClassName
{
color: #3949FE;
}
.AnyTagClassName
{
color: #3949FE;
}
</style>
background-color css
<style>
a { background-color: #3949FE; }
a { background-color: rgb(57,73,254); }
div.DivClassName
{
background-color: #3949FE;
}
.BgClassName
{
background-color: #3949FE;
}
</style>
border-color css
<style>
span { border-color: #3949FE; }
span { border-color: rgb(57,73,254); }
td.TdClassName
{
border-color: #3949FE;
}
.TagClassName
{
border-color: #3949FE;
}
</style>