Shades of Neon Blue #3136EA
Tints of Neon Blue #3136EA
RGB
CMYK
RGB Variations
Color information
#3136EA (or 0x3136EA) is known color: Neon Blue. HEX triplet: 31, 36 and EA. RGB value is (49,54,234). Sum of RGB (Red+Green+Blue) = 49+54+234=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #3136EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3136EA is #CEC915. Grayscale: #484848. Windows color (decimal): -13551894 or 15349297. OLE color: 15349297.
HSL color Cylindrical-coordinate representation of color #3136EA: hue angle of 238.38º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3136EA is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 54 | 234 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.08 |
| HSL | 238.38º | 0.81% | 0.55% | - |
| HSV(B) | 238.38º | 0.79% | 0.92% | - |
| XYZ | 17.44 | 9.23 | 78.7 | - |
| YUV | 73.03 | 218.84 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 234 | 0.79 | 0.77 | 0 | 0.08 | 238.38 | 0.81 | 0.55 |
| Hex | 31 | 36 | EA | 4F | 4D | 0 | 8 | EE | 51 | 37 |
| Octal | 61 | 66 | 352 | 117 | 115 | 0 | 10 | 356 | 121 | 67 |
| Binary | 110001 | 110110 | 11101010 | 1001111 | 1001101 | 0 | 1000 | 11101110 | 1010001 | 110111 |
Color Harmonies of #3136EA
Complementary color
Monochromatic Colors of #3136EA
Black with #3136EA
Text Example
Text Example
White with #3136EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136EA; }
p { color: rgb(49,54,234); }
H1.HeaderClassName
{
color: #3136EA;
}
.AnyTagClassName
{
color: #3136EA;
}
</style>
background-color css
<style>
a { background-color: #3136EA; }
a { background-color: rgb(49,54,234); }
div.DivClassName
{
background-color: #3136EA;
}
.BgClassName
{
background-color: #3136EA;
}
</style>
border-color css
<style>
span { border-color: #3136EA; }
span { border-color: rgb(49,54,234); }
td.TdClassName
{
border-color: #3136EA;
}
.TagClassName
{
border-color: #3136EA;
}
</style>