Shades of Neon Blue #3039EA
Tints of Neon Blue #3039EA
RGB
CMYK
RGB Variations
Color information
#3039EA (or 0x3039EA) is known color: Neon Blue. HEX triplet: 30, 39 and EA. RGB value is (48,57,234). Sum of RGB (Red+Green+Blue) = 48+57+234=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #3039EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3039EA is #CFC615. Grayscale: #494949. Windows color (decimal): -13616662 or 15350064. OLE color: 15350064.
HSL color Cylindrical-coordinate representation of color #3039EA: hue angle of 237.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3039EA is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 57 | 234 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.08 |
| HSL | 237.1º | 0.82% | 0.55% | - |
| HSV(B) | 237.1º | 0.79% | 0.92% | - |
| XYZ | 17.53 | 9.5 | 78.75 | - |
| YUV | 74.49 | 218.02 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 234 | 0.79 | 0.76 | 0 | 0.08 | 237.1 | 0.82 | 0.55 |
| Hex | 30 | 39 | EA | 4F | 4C | 0 | 8 | ED | 52 | 37 |
| Octal | 60 | 71 | 352 | 117 | 114 | 0 | 10 | 355 | 122 | 67 |
| Binary | 110000 | 111001 | 11101010 | 1001111 | 1001100 | 0 | 1000 | 11101101 | 1010010 | 110111 |
Color Harmonies of #3039EA
Complementary color
Monochromatic Colors of #3039EA
Black with #3039EA
Text Example
Text Example
White with #3039EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3039EA; }
p { color: rgb(48,57,234); }
H1.HeaderClassName
{
color: #3039EA;
}
.AnyTagClassName
{
color: #3039EA;
}
</style>
background-color css
<style>
a { background-color: #3039EA; }
a { background-color: rgb(48,57,234); }
div.DivClassName
{
background-color: #3039EA;
}
.BgClassName
{
background-color: #3039EA;
}
</style>
border-color css
<style>
span { border-color: #3039EA; }
span { border-color: rgb(48,57,234); }
td.TdClassName
{
border-color: #3039EA;
}
.TagClassName
{
border-color: #3039EA;
}
</style>