Shades of Neon Blue #3130FE
Tints of Neon Blue #3130FE
RGB
CMYK
RGB Variations
Color information
#3130FE (or 0x3130FE) is known color: Neon Blue. HEX triplet: 31, 30 and FE. RGB value is (49,48,254). Sum of RGB (Red+Green+Blue) = 49+48+254=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #3130FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3130FE is #CECF01. Grayscale: #464646. Windows color (decimal): -13553410 or 16658481. OLE color: 16658481.
HSL color Cylindrical-coordinate representation of color #3130FE: hue angle of 240.29º 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 #3130FE is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 48 | 254 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.00 |
| HSL | 240.29º | 0.99% | 0.59% | - |
| HSV(B) | 240.29º | 0.81% | 1% | - |
| XYZ | 20.21 | 9.92 | 94.62 | - |
| YUV | 71.78 | 230.83 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 254 | 0.81 | 0.81 | 0 | 0.00 | 240.29 | 0.99 | 0.59 |
| Hex | 31 | 30 | FE | 51 | 51 | 0 | 0 | F0 | 63 | 3B |
| Octal | 61 | 60 | 376 | 121 | 121 | 0 | 0 | 360 | 143 | 73 |
| Binary | 110001 | 110000 | 11111110 | 1010001 | 1010001 | 0 | 0 | 11110000 | 1100011 | 111011 |
Color Harmonies of #3130FE
Complementary color
Monochromatic Colors of #3130FE
Black with #3130FE
Text Example
Text Example
White with #3130FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130FE; }
p { color: rgb(49,48,254); }
H1.HeaderClassName
{
color: #3130FE;
}
.AnyTagClassName
{
color: #3130FE;
}
</style>
background-color css
<style>
a { background-color: #3130FE; }
a { background-color: rgb(49,48,254); }
div.DivClassName
{
background-color: #3130FE;
}
.BgClassName
{
background-color: #3130FE;
}
</style>
border-color css
<style>
span { border-color: #3130FE; }
span { border-color: rgb(49,48,254); }
td.TdClassName
{
border-color: #3130FE;
}
.TagClassName
{
border-color: #3130FE;
}
</style>