Shades of Neon Blue #3130EC
Tints of Neon Blue #3130EC
RGB
CMYK
RGB Variations
Color information
#3130EC (or 0x3130EC) is known color: Neon Blue. HEX triplet: 31, 30 and EC. RGB value is (49,48,236). Sum of RGB (Red+Green+Blue) = 49+48+236=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #3130EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3130EC is #CECF13. Grayscale: #444444. Windows color (decimal): -13553428 or 15478833. OLE color: 15478833.
HSL color Cylindrical-coordinate representation of color #3130EC: hue angle of 240.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3130EC is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 48 | 236 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.07 |
| HSL | 240.32º | 0.83% | 0.56% | - |
| HSV(B) | 240.32º | 0.8% | 0.93% | - |
| XYZ | 17.46 | 8.82 | 80.14 | - |
| YUV | 69.73 | 221.83 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 236 | 0.79 | 0.80 | 0 | 0.07 | 240.32 | 0.83 | 0.56 |
| Hex | 31 | 30 | EC | 4F | 50 | 0 | 7 | F0 | 53 | 38 |
| Octal | 61 | 60 | 354 | 117 | 120 | 0 | 7 | 360 | 123 | 70 |
| Binary | 110001 | 110000 | 11101100 | 1001111 | 1010000 | 0 | 111 | 11110000 | 1010011 | 111000 |
Color Harmonies of #3130EC
Complementary color
Monochromatic Colors of #3130EC
Black with #3130EC
Text Example
Text Example
White with #3130EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3130EC; }
p { color: rgb(49,48,236); }
H1.HeaderClassName
{
color: #3130EC;
}
.AnyTagClassName
{
color: #3130EC;
}
</style>
background-color css
<style>
a { background-color: #3130EC; }
a { background-color: rgb(49,48,236); }
div.DivClassName
{
background-color: #3130EC;
}
.BgClassName
{
background-color: #3130EC;
}
</style>
border-color css
<style>
span { border-color: #3130EC; }
span { border-color: rgb(49,48,236); }
td.TdClassName
{
border-color: #3130EC;
}
.TagClassName
{
border-color: #3130EC;
}
</style>