Shades of Neon Blue #3139FF
Tints of Neon Blue #3139FF
RGB
CMYK
RGB Variations
Color information
#3139FF (or 0x3139FF) is known color: Neon Blue. HEX triplet: 31, 39 and FF. RGB value is (49,57,255). Sum of RGB (Red+Green+Blue) = 49+57+255=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 57 (22.66% from 255 or 15.79% 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 #3139FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3139FF is #CEC600. Grayscale: #4C4C4C. Windows color (decimal): -13551105 or 16726321. OLE color: 16726321.
HSL color Cylindrical-coordinate representation of color #3139FF: hue angle of 237.67º 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 #3139FF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 57 | 255 | - |
| CMYK | 0.81 | 0.78 | 0 | 0 |
| HSL | 237.67º | 1% | 0.6% | - |
| HSV(B) | 237.67º | 0.81% | 1% | - |
| XYZ | 20.78 | 10.8 | 95.6 | - |
| YUV | 77.18 | 228.35 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 255 | 0.81 | 0.78 | 0 | 0 | 237.67 | 1 | 0.6 |
| Hex | 31 | 39 | FF | 51 | 4E | 0 | 0 | EE | 64 | 3C |
| Octal | 61 | 71 | 377 | 121 | 116 | 0 | 0 | 356 | 144 | 74 |
| Binary | 110001 | 111001 | 11111111 | 1010001 | 1001110 | 0 | 0 | 11101110 | 1100100 | 111100 |
Color Harmonies of #3139FF
Complementary color
Monochromatic Colors of #3139FF
Black with #3139FF
Text Example
Text Example
White with #3139FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3139FF; }
p { color: rgb(49,57,255); }
H1.HeaderClassName
{
color: #3139FF;
}
.AnyTagClassName
{
color: #3139FF;
}
</style>
background-color css
<style>
a { background-color: #3139FF; }
a { background-color: rgb(49,57,255); }
div.DivClassName
{
background-color: #3139FF;
}
.BgClassName
{
background-color: #3139FF;
}
</style>
border-color css
<style>
span { border-color: #3139FF; }
span { border-color: rgb(49,57,255); }
td.TdClassName
{
border-color: #3139FF;
}
.TagClassName
{
border-color: #3139FF;
}
</style>