Shades of Neon Blue #3131FE
Tints of Neon Blue #3131FE
RGB
CMYK
RGB Variations
Color information
#3131FE (or 0x3131FE) is known color: Neon Blue. HEX triplet: 31, 31 and FE. RGB value is (49,49,254). Sum of RGB (Red+Green+Blue) = 49+49+254=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #3131FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3131FE is #CECE01. Grayscale: #474747. Windows color (decimal): -13553154 or 16658737. OLE color: 16658737.
HSL color Cylindrical-coordinate representation of color #3131FE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3131FE is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 49 | 254 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.59% | - |
| HSV(B) | 240º | 0.81% | 1% | - |
| XYZ | 20.25 | 10.01 | 94.63 | - |
| YUV | 72.37 | 230.5 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 254 | 0.81 | 0.81 | 0 | 0.00 | 240 | 0.99 | 0.59 |
| Hex | 31 | 31 | FE | 51 | 51 | 0 | 0 | F0 | 63 | 3B |
| Octal | 61 | 61 | 376 | 121 | 121 | 0 | 0 | 360 | 143 | 73 |
| Binary | 110001 | 110001 | 11111110 | 1010001 | 1010001 | 0 | 0 | 11110000 | 1100011 | 111011 |
Color Harmonies of #3131FE
Complementary color
Monochromatic Colors of #3131FE
Black with #3131FE
Text Example
Text Example
White with #3131FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3131FE; }
p { color: rgb(49,49,254); }
H1.HeaderClassName
{
color: #3131FE;
}
.AnyTagClassName
{
color: #3131FE;
}
</style>
background-color css
<style>
a { background-color: #3131FE; }
a { background-color: rgb(49,49,254); }
div.DivClassName
{
background-color: #3131FE;
}
.BgClassName
{
background-color: #3131FE;
}
</style>
border-color css
<style>
span { border-color: #3131FE; }
span { border-color: rgb(49,49,254); }
td.TdClassName
{
border-color: #3131FE;
}
.TagClassName
{
border-color: #3131FE;
}
</style>