Shades of Neon Blue #3130FF
Tints of Neon Blue #3130FF
RGB
CMYK
RGB Variations
Color information
#3130FF (or 0x3130FF) is known color: Neon Blue. HEX triplet: 31, 30 and FF. RGB value is (49,48,255). Sum of RGB (Red+Green+Blue) = 49+48+255=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #3130FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3130FF is #CECF00. Grayscale: #474747. Windows color (decimal): -13553409 or 16724017. OLE color: 16724017.
HSL color Cylindrical-coordinate representation of color #3130FF: hue angle of 240.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3130FF is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 48 | 255 | - |
| CMYK | 0.81 | 0.81 | 0 | 0 |
| HSL | 240.29º | 1% | 0.59% | - |
| HSV(B) | 240.29º | 0.81% | 1% | - |
| XYZ | 20.37 | 9.99 | 95.46 | - |
| YUV | 71.9 | 231.33 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 255 | 0.81 | 0.81 | 0 | 0 | 240.29 | 1 | 0.59 |
| Hex | 31 | 30 | FF | 51 | 51 | 0 | 0 | F0 | 64 | 3B |
| Octal | 61 | 60 | 377 | 121 | 121 | 0 | 0 | 360 | 144 | 73 |
| Binary | 110001 | 110000 | 11111111 | 1010001 | 1010001 | 0 | 0 | 11110000 | 1100100 | 111011 |
Color Harmonies of #3130FF
Complementary color
Monochromatic Colors of #3130FF
Black with #3130FF
Text Example
Text Example
White with #3130FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130FF; }
p { color: rgb(49,48,255); }
H1.HeaderClassName
{
color: #3130FF;
}
.AnyTagClassName
{
color: #3130FF;
}
</style>
background-color css
<style>
a { background-color: #3130FF; }
a { background-color: rgb(49,48,255); }
div.DivClassName
{
background-color: #3130FF;
}
.BgClassName
{
background-color: #3130FF;
}
</style>
border-color css
<style>
span { border-color: #3130FF; }
span { border-color: rgb(49,48,255); }
td.TdClassName
{
border-color: #3130FF;
}
.TagClassName
{
border-color: #3130FF;
}
</style>