Shades of Neon Blue #3942FE
Tints of Neon Blue #3942FE
RGB
CMYK
RGB Variations
Color information
#3942FE (or 0x3942FE) is known color: Neon Blue. HEX triplet: 39, 42 and FE. RGB value is (57,66,254). Sum of RGB (Red+Green+Blue) = 57+66+254=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #3942FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3942FE is #C6BD01. Grayscale: #535353. Windows color (decimal): -13024514 or 16663097. OLE color: 16663097.
HSL color Cylindrical-coordinate representation of color #3942FE: hue angle of 237.26º 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 #3942FE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 66 | 254 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.00 |
| HSL | 237.26º | 0.99% | 0.61% | - |
| HSV(B) | 237.26º | 0.78% | 1% | - |
| XYZ | 21.52 | 11.92 | 94.93 | - |
| YUV | 84.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 254 | 0.78 | 0.74 | 0 | 0.00 | 237.26 | 0.99 | 0.61 |
| Hex | 39 | 42 | FE | 4E | 4A | 0 | 0 | ED | 63 | 3D |
| Octal | 71 | 102 | 376 | 116 | 112 | 0 | 0 | 355 | 143 | 75 |
| Binary | 111001 | 1000010 | 11111110 | 1001110 | 1001010 | 0 | 0 | 11101101 | 1100011 | 111101 |
Color Harmonies of #3942FE
Complementary color
Monochromatic Colors of #3942FE
Black with #3942FE
Text Example
Text Example
White with #3942FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3942FE; }
p { color: rgb(57,66,254); }
H1.HeaderClassName
{
color: #3942FE;
}
.AnyTagClassName
{
color: #3942FE;
}
</style>
background-color css
<style>
a { background-color: #3942FE; }
a { background-color: rgb(57,66,254); }
div.DivClassName
{
background-color: #3942FE;
}
.BgClassName
{
background-color: #3942FE;
}
</style>
border-color css
<style>
span { border-color: #3942FE; }
span { border-color: rgb(57,66,254); }
td.TdClassName
{
border-color: #3942FE;
}
.TagClassName
{
border-color: #3942FE;
}
</style>