Shades of Neon Blue #3931FE
Tints of Neon Blue #3931FE
RGB
CMYK
RGB Variations
Color information
#3931FE (or 0x3931FE) is known color: Neon Blue. HEX triplet: 39, 31 and FE. RGB value is (57,49,254). Sum of RGB (Red+Green+Blue) = 57+49+254=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #3931FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3931FE is #C6CE01. Grayscale: #494949. Windows color (decimal): -13028866 or 16658745. OLE color: 16658745.
HSL color Cylindrical-coordinate representation of color #3931FE: hue angle of 242.34º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3931FE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 49 | 254 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.00 |
| HSL | 242.34º | 0.99% | 0.59% | - |
| HSV(B) | 242.34º | 0.81% | 1% | - |
| XYZ | 20.68 | 10.22 | 94.65 | - |
| YUV | 74.76 | 229.15 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 254 | 0.78 | 0.81 | 0 | 0.00 | 242.34 | 0.99 | 0.59 |
| Hex | 39 | 31 | FE | 4E | 51 | 0 | 0 | F2 | 63 | 3B |
| Octal | 71 | 61 | 376 | 116 | 121 | 0 | 0 | 362 | 143 | 73 |
| Binary | 111001 | 110001 | 11111110 | 1001110 | 1010001 | 0 | 0 | 11110010 | 1100011 | 111011 |
Color Harmonies of #3931FE
Complementary color
Monochromatic Colors of #3931FE
Black with #3931FE
Text Example
Text Example
White with #3931FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931FE; }
p { color: rgb(57,49,254); }
H1.HeaderClassName
{
color: #3931FE;
}
.AnyTagClassName
{
color: #3931FE;
}
</style>
background-color css
<style>
a { background-color: #3931FE; }
a { background-color: rgb(57,49,254); }
div.DivClassName
{
background-color: #3931FE;
}
.BgClassName
{
background-color: #3931FE;
}
</style>
border-color css
<style>
span { border-color: #3931FE; }
span { border-color: rgb(57,49,254); }
td.TdClassName
{
border-color: #3931FE;
}
.TagClassName
{
border-color: #3931FE;
}
</style>