Shades of Neon Blue #3136E6
Tints of Neon Blue #3136E6
RGB
CMYK
RGB Variations
Color information
#3136E6 (or 0x3136E6) is known color: Neon Blue. HEX triplet: 31, 36 and E6. RGB value is (49,54,230). Sum of RGB (Red+Green+Blue) = 49+54+230=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 230 (90.23% from 255 or 69.07% from 333); Max value from RGB is 230 - color contains mainly: blue. Hex color #3136E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3136E6 is #CEC919. Grayscale: #474747. Windows color (decimal): -13551898 or 15087153. OLE color: 15087153.
HSL color Cylindrical-coordinate representation of color #3136E6: hue angle of 238.34º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3136E6 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 54 | 230 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.10 |
| HSL | 238.34º | 0.78% | 0.55% | - |
| HSV(B) | 238.34º | 0.79% | 0.9% | - |
| XYZ | 16.87 | 9 | 75.71 | - |
| YUV | 72.57 | 216.84 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 230 | 0.79 | 0.77 | 0 | 0.10 | 238.34 | 0.78 | 0.55 |
| Hex | 31 | 36 | E6 | 4F | 4D | 0 | A | EE | 4E | 37 |
| Octal | 61 | 66 | 346 | 117 | 115 | 0 | 12 | 356 | 116 | 67 |
| Binary | 110001 | 110110 | 11100110 | 1001111 | 1001101 | 0 | 1010 | 11101110 | 1001110 | 110111 |
Color Harmonies of #3136E6
Complementary color
Monochromatic Colors of #3136E6
Black with #3136E6
Text Example
Text Example
White with #3136E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136E6; }
p { color: rgb(49,54,230); }
H1.HeaderClassName
{
color: #3136E6;
}
.AnyTagClassName
{
color: #3136E6;
}
</style>
background-color css
<style>
a { background-color: #3136E6; }
a { background-color: rgb(49,54,230); }
div.DivClassName
{
background-color: #3136E6;
}
.BgClassName
{
background-color: #3136E6;
}
</style>
border-color css
<style>
span { border-color: #3136E6; }
span { border-color: rgb(49,54,230); }
td.TdClassName
{
border-color: #3136E6;
}
.TagClassName
{
border-color: #3136E6;
}
</style>