Shades of Neon Blue #3136EE
Tints of Neon Blue #3136EE
RGB
CMYK
RGB Variations
Color information
#3136EE (or 0x3136EE) is known color: Neon Blue. HEX triplet: 31, 36 and EE. RGB value is (49,54,238). Sum of RGB (Red+Green+Blue) = 49+54+238=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #3136EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3136EE is #CEC911. Grayscale: #484848. Windows color (decimal): -13551890 or 15611441. OLE color: 15611441.
HSL color Cylindrical-coordinate representation of color #3136EE: hue angle of 238.41º 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 #3136EE is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 54 | 238 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.07 |
| HSL | 238.41º | 0.85% | 0.56% | - |
| HSV(B) | 238.41º | 0.79% | 0.93% | - |
| XYZ | 18.02 | 9.46 | 81.77 | - |
| YUV | 73.48 | 220.84 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 238 | 0.79 | 0.77 | 0 | 0.07 | 238.41 | 0.85 | 0.56 |
| Hex | 31 | 36 | EE | 4F | 4D | 0 | 7 | EE | 55 | 38 |
| Octal | 61 | 66 | 356 | 117 | 115 | 0 | 7 | 356 | 125 | 70 |
| Binary | 110001 | 110110 | 11101110 | 1001111 | 1001101 | 0 | 111 | 11101110 | 1010101 | 111000 |
Color Harmonies of #3136EE
Complementary color
Monochromatic Colors of #3136EE
Black with #3136EE
Text Example
Text Example
White with #3136EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136EE; }
p { color: rgb(49,54,238); }
H1.HeaderClassName
{
color: #3136EE;
}
.AnyTagClassName
{
color: #3136EE;
}
</style>
background-color css
<style>
a { background-color: #3136EE; }
a { background-color: rgb(49,54,238); }
div.DivClassName
{
background-color: #3136EE;
}
.BgClassName
{
background-color: #3136EE;
}
</style>
border-color css
<style>
span { border-color: #3136EE; }
span { border-color: rgb(49,54,238); }
td.TdClassName
{
border-color: #3136EE;
}
.TagClassName
{
border-color: #3136EE;
}
</style>