Shades of Neon Blue #3931FF
Tints of Neon Blue #3931FF
RGB
CMYK
RGB Variations
Color information
#3931FF (or 0x3931FF) is known color: Neon Blue. HEX triplet: 39, 31 and FF. RGB value is (57,49,255). Sum of RGB (Red+Green+Blue) = 57+49+255=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #3931FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3931FF is #C6CE00. Grayscale: #4A4A4A. Windows color (decimal): -13028865 or 16724281. OLE color: 16724281.
HSL color Cylindrical-coordinate representation of color #3931FF: hue angle of 242.33º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3931FF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 49 | 255 | - |
| CMYK | 0.78 | 0.81 | 0 | 0 |
| HSL | 242.33º | 1% | 0.6% | - |
| HSV(B) | 242.33º | 0.81% | 1% | - |
| XYZ | 20.84 | 10.29 | 95.5 | - |
| YUV | 74.88 | 229.65 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 255 | 0.78 | 0.81 | 0 | 0 | 242.33 | 1 | 0.6 |
| Hex | 39 | 31 | FF | 4E | 51 | 0 | 0 | F2 | 64 | 3C |
| Octal | 71 | 61 | 377 | 116 | 121 | 0 | 0 | 362 | 144 | 74 |
| Binary | 111001 | 110001 | 11111111 | 1001110 | 1010001 | 0 | 0 | 11110010 | 1100100 | 111100 |
Color Harmonies of #3931FF
Complementary color
Monochromatic Colors of #3931FF
Black with #3931FF
Text Example
Text Example
White with #3931FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931FF; }
p { color: rgb(57,49,255); }
H1.HeaderClassName
{
color: #3931FF;
}
.AnyTagClassName
{
color: #3931FF;
}
</style>
background-color css
<style>
a { background-color: #3931FF; }
a { background-color: rgb(57,49,255); }
div.DivClassName
{
background-color: #3931FF;
}
.BgClassName
{
background-color: #3931FF;
}
</style>
border-color css
<style>
span { border-color: #3931FF; }
span { border-color: rgb(57,49,255); }
td.TdClassName
{
border-color: #3931FF;
}
.TagClassName
{
border-color: #3931FF;
}
</style>