Shades of Neon Blue #3031ED
Tints of Neon Blue #3031ED
RGB
CMYK
RGB Variations
Color information
#3031ED (or 0x3031ED) is known color: Neon Blue. HEX triplet: 30, 31 and ED. RGB value is (48,49,237). Sum of RGB (Red+Green+Blue) = 48+49+237=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #3031ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3031ED is #CFCE12. Grayscale: #454545. Windows color (decimal): -13618707 or 15544624. OLE color: 15544624.
HSL color Cylindrical-coordinate representation of color #3031ED: hue angle of 239.68º degrees, saturation: 0.84, 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 #3031ED is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 49 | 237 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.07 |
| HSL | 239.68º | 0.84% | 0.56% | - |
| HSV(B) | 239.68º | 0.8% | 0.93% | - |
| XYZ | 17.6 | 8.94 | 80.92 | - |
| YUV | 70.13 | 222.17 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 237 | 0.80 | 0.79 | 0 | 0.07 | 239.68 | 0.84 | 0.56 |
| Hex | 30 | 31 | ED | 50 | 4F | 0 | 7 | F0 | 54 | 38 |
| Octal | 60 | 61 | 355 | 120 | 117 | 0 | 7 | 360 | 124 | 70 |
| Binary | 110000 | 110001 | 11101101 | 1010000 | 1001111 | 0 | 111 | 11110000 | 1010100 | 111000 |
Color Harmonies of #3031ED
Complementary color
Monochromatic Colors of #3031ED
Black with #3031ED
Text Example
Text Example
White with #3031ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3031ED; }
p { color: rgb(48,49,237); }
H1.HeaderClassName
{
color: #3031ED;
}
.AnyTagClassName
{
color: #3031ED;
}
</style>
background-color css
<style>
a { background-color: #3031ED; }
a { background-color: rgb(48,49,237); }
div.DivClassName
{
background-color: #3031ED;
}
.BgClassName
{
background-color: #3031ED;
}
</style>
border-color css
<style>
span { border-color: #3031ED; }
span { border-color: rgb(48,49,237); }
td.TdClassName
{
border-color: #3031ED;
}
.TagClassName
{
border-color: #3031ED;
}
</style>