Shades of Neon Blue #3040EC
Tints of Neon Blue #3040EC
RGB
CMYK
RGB Variations
Color information
#3040EC (or 0x3040EC) is known color: Neon Blue. HEX triplet: 30, 40 and EC. RGB value is (48,64,236). Sum of RGB (Red+Green+Blue) = 48+64+236=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #3040EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3040EC is #CFBF13. Grayscale: #4E4E4E. Windows color (decimal): -13614868 or 15482928. OLE color: 15482928.
HSL color Cylindrical-coordinate representation of color #3040EC: hue angle of 234.89º 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 #3040EC is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 64 | 236 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.07 |
| HSL | 234.89º | 0.83% | 0.56% | - |
| HSV(B) | 234.89º | 0.8% | 0.93% | - |
| XYZ | 18.19 | 10.35 | 80.4 | - |
| YUV | 78.82 | 216.7 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 236 | 0.80 | 0.73 | 0 | 0.07 | 234.89 | 0.83 | 0.56 |
| Hex | 30 | 40 | EC | 50 | 49 | 0 | 7 | EB | 53 | 38 |
| Octal | 60 | 100 | 354 | 120 | 111 | 0 | 7 | 353 | 123 | 70 |
| Binary | 110000 | 1000000 | 11101100 | 1010000 | 1001001 | 0 | 111 | 11101011 | 1010011 | 111000 |
Color Harmonies of #3040EC
Complementary color
Monochromatic Colors of #3040EC
Black with #3040EC
Text Example
Text Example
White with #3040EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3040EC; }
p { color: rgb(48,64,236); }
H1.HeaderClassName
{
color: #3040EC;
}
.AnyTagClassName
{
color: #3040EC;
}
</style>
background-color css
<style>
a { background-color: #3040EC; }
a { background-color: rgb(48,64,236); }
div.DivClassName
{
background-color: #3040EC;
}
.BgClassName
{
background-color: #3040EC;
}
</style>
border-color css
<style>
span { border-color: #3040EC; }
span { border-color: rgb(48,64,236); }
td.TdClassName
{
border-color: #3040EC;
}
.TagClassName
{
border-color: #3040EC;
}
</style>