Shades of Neon Blue #3139EE
Tints of Neon Blue #3139EE
RGB
CMYK
RGB Variations
Color information
#3139EE (or 0x3139EE) is known color: Neon Blue. HEX triplet: 31, 39 and EE. RGB value is (49,57,238). Sum of RGB (Red+Green+Blue) = 49+57+238=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #3139EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3139EE is #CEC611. Grayscale: #4A4A4A. Windows color (decimal): -13551122 or 15612209. OLE color: 15612209.
HSL color Cylindrical-coordinate representation of color #3139EE: hue angle of 237.46º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3139EE is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 57 | 238 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.07 |
| HSL | 237.46º | 0.85% | 0.56% | - |
| HSV(B) | 237.46º | 0.79% | 0.93% | - |
| XYZ | 18.16 | 9.75 | 81.81 | - |
| YUV | 75.24 | 219.85 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 238 | 0.79 | 0.76 | 0 | 0.07 | 237.46 | 0.85 | 0.56 |
| Hex | 31 | 39 | EE | 4F | 4C | 0 | 7 | ED | 55 | 38 |
| Octal | 61 | 71 | 356 | 117 | 114 | 0 | 7 | 355 | 125 | 70 |
| Binary | 110001 | 111001 | 11101110 | 1001111 | 1001100 | 0 | 111 | 11101101 | 1010101 | 111000 |
Color Harmonies of #3139EE
Complementary color
Monochromatic Colors of #3139EE
Black with #3139EE
Text Example
Text Example
White with #3139EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3139EE; }
p { color: rgb(49,57,238); }
H1.HeaderClassName
{
color: #3139EE;
}
.AnyTagClassName
{
color: #3139EE;
}
</style>
background-color css
<style>
a { background-color: #3139EE; }
a { background-color: rgb(49,57,238); }
div.DivClassName
{
background-color: #3139EE;
}
.BgClassName
{
background-color: #3139EE;
}
</style>
border-color css
<style>
span { border-color: #3139EE; }
span { border-color: rgb(49,57,238); }
td.TdClassName
{
border-color: #3139EE;
}
.TagClassName
{
border-color: #3139EE;
}
</style>