Shades of Neon Blue #3034EF
Tints of Neon Blue #3034EF
RGB
CMYK
RGB Variations
Color information
#3034EF (or 0x3034EF) is known color: Neon Blue. HEX triplet: 30, 34 and EF. RGB value is (48,52,239). Sum of RGB (Red+Green+Blue) = 48+52+239=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #3034EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3034EF is #CFCB10. Grayscale: #474747. Windows color (decimal): -13617937 or 15676464. OLE color: 15676464.
HSL color Cylindrical-coordinate representation of color #3034EF: hue angle of 238.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3034EF is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 52 | 239 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.06 |
| HSL | 238.74º | 0.86% | 0.56% | - |
| HSV(B) | 238.74º | 0.8% | 0.94% | - |
| XYZ | 18.03 | 9.32 | 82.51 | - |
| YUV | 72.12 | 222.17 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 239 | 0.80 | 0.78 | 0 | 0.06 | 238.74 | 0.86 | 0.56 |
| Hex | 30 | 34 | EF | 50 | 4E | 0 | 6 | EF | 56 | 38 |
| Octal | 60 | 64 | 357 | 120 | 116 | 0 | 6 | 357 | 126 | 70 |
| Binary | 110000 | 110100 | 11101111 | 1010000 | 1001110 | 0 | 110 | 11101111 | 1010110 | 111000 |
Color Harmonies of #3034EF
Complementary color
Monochromatic Colors of #3034EF
Black with #3034EF
Text Example
Text Example
White with #3034EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3034EF; }
p { color: rgb(48,52,239); }
H1.HeaderClassName
{
color: #3034EF;
}
.AnyTagClassName
{
color: #3034EF;
}
</style>
background-color css
<style>
a { background-color: #3034EF; }
a { background-color: rgb(48,52,239); }
div.DivClassName
{
background-color: #3034EF;
}
.BgClassName
{
background-color: #3034EF;
}
</style>
border-color css
<style>
span { border-color: #3034EF; }
span { border-color: rgb(48,52,239); }
td.TdClassName
{
border-color: #3034EF;
}
.TagClassName
{
border-color: #3034EF;
}
</style>