Shades of Neon Blue #3130FD
Tints of Neon Blue #3130FD
RGB
CMYK
RGB Variations
Color information
#3130FD (or 0x3130FD) is known color: Neon Blue. HEX triplet: 31, 30 and FD. RGB value is (49,48,253). Sum of RGB (Red+Green+Blue) = 49+48+253=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #3130FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3130FD is #CECF02. Grayscale: #464646. Windows color (decimal): -13553411 or 16592945. OLE color: 16592945.
HSL color Cylindrical-coordinate representation of color #3130FD: hue angle of 240.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3130FD is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 48 | 253 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.01 |
| HSL | 240.29º | 0.98% | 0.59% | - |
| HSV(B) | 240.29º | 0.81% | 0.99% | - |
| XYZ | 20.05 | 9.86 | 93.77 | - |
| YUV | 71.67 | 230.33 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 253 | 0.81 | 0.81 | 0 | 0.01 | 240.29 | 0.98 | 0.59 |
| Hex | 31 | 30 | FD | 51 | 51 | 0 | 1 | F0 | 62 | 3B |
| Octal | 61 | 60 | 375 | 121 | 121 | 0 | 1 | 360 | 142 | 73 |
| Binary | 110001 | 110000 | 11111101 | 1010001 | 1010001 | 0 | 1 | 11110000 | 1100010 | 111011 |
Color Harmonies of #3130FD
Complementary color
Monochromatic Colors of #3130FD
Black with #3130FD
Text Example
Text Example
White with #3130FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130FD; }
p { color: rgb(49,48,253); }
H1.HeaderClassName
{
color: #3130FD;
}
.AnyTagClassName
{
color: #3130FD;
}
</style>
background-color css
<style>
a { background-color: #3130FD; }
a { background-color: rgb(49,48,253); }
div.DivClassName
{
background-color: #3130FD;
}
.BgClassName
{
background-color: #3130FD;
}
</style>
border-color css
<style>
span { border-color: #3130FD; }
span { border-color: rgb(49,48,253); }
td.TdClassName
{
border-color: #3130FD;
}
.TagClassName
{
border-color: #3130FD;
}
</style>