Shades of Neon Blue #3931F2
Tints of Neon Blue #3931F2
RGB
CMYK
RGB Variations
Color information
#3931F2 (or 0x3931F2) is known color: Neon Blue. HEX triplet: 39, 31 and F2. RGB value is (57,49,242). Sum of RGB (Red+Green+Blue) = 57+49+242=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 242 (94.92% from 255 or 69.54% from 348); Max value from RGB is 242 - color contains mainly: blue. Hex color #3931F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3931F2 is #C6CE0D. Grayscale: #484848. Windows color (decimal): -13028878 or 15872313. OLE color: 15872313.
HSL color Cylindrical-coordinate representation of color #3931F2: hue angle of 242.49º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3931F2 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 49 | 242 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.05 |
| HSL | 242.49º | 0.88% | 0.57% | - |
| HSV(B) | 242.49º | 0.8% | 0.95% | - |
| XYZ | 18.81 | 9.48 | 84.84 | - |
| YUV | 73.39 | 223.15 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 242 | 0.76 | 0.80 | 0 | 0.05 | 242.49 | 0.88 | 0.57 |
| Hex | 39 | 31 | F2 | 4C | 50 | 0 | 5 | F2 | 58 | 39 |
| Octal | 71 | 61 | 362 | 114 | 120 | 0 | 5 | 362 | 130 | 71 |
| Binary | 111001 | 110001 | 11110010 | 1001100 | 1010000 | 0 | 101 | 11110010 | 1011000 | 111001 |
Color Harmonies of #3931F2
Complementary color
Monochromatic Colors of #3931F2
Black with #3931F2
Text Example
Text Example
White with #3931F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931F2; }
p { color: rgb(57,49,242); }
H1.HeaderClassName
{
color: #3931F2;
}
.AnyTagClassName
{
color: #3931F2;
}
</style>
background-color css
<style>
a { background-color: #3931F2; }
a { background-color: rgb(57,49,242); }
div.DivClassName
{
background-color: #3931F2;
}
.BgClassName
{
background-color: #3931F2;
}
</style>
border-color css
<style>
span { border-color: #3931F2; }
span { border-color: rgb(57,49,242); }
td.TdClassName
{
border-color: #3931F2;
}
.TagClassName
{
border-color: #3931F2;
}
</style>