Shades of Neon Blue #3136EF
Tints of Neon Blue #3136EF
RGB
CMYK
RGB Variations
Color information
#3136EF (or 0x3136EF) is known color: Neon Blue. HEX triplet: 31, 36 and EF. RGB value is (49,54,239). Sum of RGB (Red+Green+Blue) = 49+54+239=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #3136EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3136EF is #CEC910. Grayscale: #484848. Windows color (decimal): -13551889 or 15676977. OLE color: 15676977.
HSL color Cylindrical-coordinate representation of color #3136EF: hue angle of 238.42º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3136EF is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 54 | 239 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.06 |
| HSL | 238.42º | 0.86% | 0.56% | - |
| HSV(B) | 238.42º | 0.79% | 0.94% | - |
| XYZ | 18.17 | 9.52 | 82.54 | - |
| YUV | 73.6 | 221.34 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 239 | 0.79 | 0.77 | 0 | 0.06 | 238.42 | 0.86 | 0.56 |
| Hex | 31 | 36 | EF | 4F | 4D | 0 | 6 | EE | 56 | 38 |
| Octal | 61 | 66 | 357 | 117 | 115 | 0 | 6 | 356 | 126 | 70 |
| Binary | 110001 | 110110 | 11101111 | 1001111 | 1001101 | 0 | 110 | 11101110 | 1010110 | 111000 |
Color Harmonies of #3136EF
Complementary color
Monochromatic Colors of #3136EF
Black with #3136EF
Text Example
Text Example
White with #3136EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136EF; }
p { color: rgb(49,54,239); }
H1.HeaderClassName
{
color: #3136EF;
}
.AnyTagClassName
{
color: #3136EF;
}
</style>
background-color css
<style>
a { background-color: #3136EF; }
a { background-color: rgb(49,54,239); }
div.DivClassName
{
background-color: #3136EF;
}
.BgClassName
{
background-color: #3136EF;
}
</style>
border-color css
<style>
span { border-color: #3136EF; }
span { border-color: rgb(49,54,239); }
td.TdClassName
{
border-color: #3136EF;
}
.TagClassName
{
border-color: #3136EF;
}
</style>