Shades of Neon Blue #3130F5
Tints of Neon Blue #3130F5
RGB
CMYK
RGB Variations
Color information
#3130F5 (or 0x3130F5) is known color: Neon Blue. HEX triplet: 31, 30 and F5. RGB value is (49,48,245). Sum of RGB (Red+Green+Blue) = 49+48+245=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 245 (96.09% from 255 or 71.64% from 342); Max value from RGB is 245 - color contains mainly: blue. Hex color #3130F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3130F5 is #CECF0A. Grayscale: #454545. Windows color (decimal): -13553419 or 16068657. OLE color: 16068657.
HSL color Cylindrical-coordinate representation of color #3130F5: hue angle of 240.3º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3130F5 is Cyan = 0.8, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 48 | 245 | - |
| CMYK | 0.8 | 0.80 | 0 | 0.04 |
| HSL | 240.3º | 0.91% | 0.57% | - |
| HSV(B) | 240.3º | 0.8% | 0.96% | - |
| XYZ | 18.81 | 9.36 | 87.2 | - |
| YUV | 70.76 | 226.33 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 245 | 0.8 | 0.80 | 0 | 0.04 | 240.3 | 0.91 | 0.57 |
| Hex | 31 | 30 | F5 | 50 | 50 | 0 | 4 | F0 | 5B | 39 |
| Octal | 61 | 60 | 365 | 120 | 120 | 0 | 4 | 360 | 133 | 71 |
| Binary | 110001 | 110000 | 11110101 | 1010000 | 1010000 | 0 | 100 | 11110000 | 1011011 | 111001 |
Color Harmonies of #3130F5
Complementary color
Monochromatic Colors of #3130F5
Black with #3130F5
Text Example
Text Example
White with #3130F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130F5; }
p { color: rgb(49,48,245); }
H1.HeaderClassName
{
color: #3130F5;
}
.AnyTagClassName
{
color: #3130F5;
}
</style>
background-color css
<style>
a { background-color: #3130F5; }
a { background-color: rgb(49,48,245); }
div.DivClassName
{
background-color: #3130F5;
}
.BgClassName
{
background-color: #3130F5;
}
</style>
border-color css
<style>
span { border-color: #3130F5; }
span { border-color: rgb(49,48,245); }
td.TdClassName
{
border-color: #3130F5;
}
.TagClassName
{
border-color: #3130F5;
}
</style>