Shades of Neon Blue #3136FB
Tints of Neon Blue #3136FB
RGB
CMYK
RGB Variations
Color information
#3136FB (or 0x3136FB) is known color: Neon Blue. HEX triplet: 31, 36 and FB. RGB value is (49,54,251). Sum of RGB (Red+Green+Blue) = 49+54+251=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #3136FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3136FB is #CEC904. Grayscale: #4A4A4A. Windows color (decimal): -13551877 or 16463409. OLE color: 16463409.
HSL color Cylindrical-coordinate representation of color #3136FB: hue angle of 238.51º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3136FB is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 54 | 251 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.02 |
| HSL | 238.51º | 0.96% | 0.59% | - |
| HSV(B) | 238.51º | 0.8% | 0.98% | - |
| XYZ | 20 | 10.26 | 92.19 | - |
| YUV | 74.96 | 227.34 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 251 | 0.80 | 0.78 | 0 | 0.02 | 238.51 | 0.96 | 0.59 |
| Hex | 31 | 36 | FB | 50 | 4E | 0 | 2 | EF | 60 | 3B |
| Octal | 61 | 66 | 373 | 120 | 116 | 0 | 2 | 357 | 140 | 73 |
| Binary | 110001 | 110110 | 11111011 | 1010000 | 1001110 | 0 | 10 | 11101111 | 1100000 | 111011 |
Color Harmonies of #3136FB
Complementary color
Monochromatic Colors of #3136FB
Black with #3136FB
Text Example
Text Example
White with #3136FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3136FB; }
p { color: rgb(49,54,251); }
H1.HeaderClassName
{
color: #3136FB;
}
.AnyTagClassName
{
color: #3136FB;
}
</style>
background-color css
<style>
a { background-color: #3136FB; }
a { background-color: rgb(49,54,251); }
div.DivClassName
{
background-color: #3136FB;
}
.BgClassName
{
background-color: #3136FB;
}
</style>
border-color css
<style>
span { border-color: #3136FB; }
span { border-color: rgb(49,54,251); }
td.TdClassName
{
border-color: #3136FB;
}
.TagClassName
{
border-color: #3136FB;
}
</style>