Shades of Neon Blue #3931DF
Tints of Neon Blue #3931DF
RGB
CMYK
RGB Variations
Color information
#3931DF (or 0x3931DF) is known color: Neon Blue. HEX triplet: 39, 31 and DF. RGB value is (57,49,223). Sum of RGB (Red+Green+Blue) = 57+49+223=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #3931DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3931DF is #C6CE20. Grayscale: #464646. Windows color (decimal): -13028897 or 14627129. OLE color: 14627129.
HSL color Cylindrical-coordinate representation of color #3931DF: hue angle of 242.76º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3931DF is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 49 | 223 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.13 |
| HSL | 242.76º | 0.73% | 0.53% | - |
| HSV(B) | 242.76º | 0.78% | 0.87% | - |
| XYZ | 16.1 | 8.39 | 70.58 | - |
| YUV | 71.23 | 213.65 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 223 | 0.74 | 0.78 | 0 | 0.13 | 242.76 | 0.73 | 0.53 |
| Hex | 39 | 31 | DF | 4A | 4E | 0 | D | F3 | 49 | 35 |
| Octal | 71 | 61 | 337 | 112 | 116 | 0 | 15 | 363 | 111 | 65 |
| Binary | 111001 | 110001 | 11011111 | 1001010 | 1001110 | 0 | 1101 | 11110011 | 1001001 | 110101 |
Color Harmonies of #3931DF
Complementary color
Monochromatic Colors of #3931DF
Black with #3931DF
Text Example
Text Example
White with #3931DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931DF; }
p { color: rgb(57,49,223); }
H1.HeaderClassName
{
color: #3931DF;
}
.AnyTagClassName
{
color: #3931DF;
}
</style>
background-color css
<style>
a { background-color: #3931DF; }
a { background-color: rgb(57,49,223); }
div.DivClassName
{
background-color: #3931DF;
}
.BgClassName
{
background-color: #3931DF;
}
</style>
border-color css
<style>
span { border-color: #3931DF; }
span { border-color: rgb(57,49,223); }
td.TdClassName
{
border-color: #3931DF;
}
.TagClassName
{
border-color: #3931DF;
}
</style>