Shades of Neon Blue #3037E6
Tints of Neon Blue #3037E6
RGB
CMYK
RGB Variations
Color information
#3037E6 (or 0x3037E6) is known color: Neon Blue. HEX triplet: 30, 37 and E6. RGB value is (48,55,230). Sum of RGB (Red+Green+Blue) = 48+55+230=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 230 (90.23% from 255 or 69.07% from 333); Max value from RGB is 230 - color contains mainly: blue. Hex color #3037E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3037E6 is #CFC819. Grayscale: #484848. Windows color (decimal): -13617178 or 15087408. OLE color: 15087408.
HSL color Cylindrical-coordinate representation of color #3037E6: hue angle of 237.69º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3037E6 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 55 | 230 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.10 |
| HSL | 237.69º | 0.78% | 0.55% | - |
| HSV(B) | 237.69º | 0.79% | 0.9% | - |
| XYZ | 16.87 | 9.07 | 75.73 | - |
| YUV | 72.86 | 216.68 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 55 | 230 | 0.79 | 0.76 | 0 | 0.10 | 237.69 | 0.78 | 0.55 |
| Hex | 30 | 37 | E6 | 4F | 4C | 0 | A | EE | 4E | 37 |
| Octal | 60 | 67 | 346 | 117 | 114 | 0 | 12 | 356 | 116 | 67 |
| Binary | 110000 | 110111 | 11100110 | 1001111 | 1001100 | 0 | 1010 | 11101110 | 1001110 | 110111 |
Color Harmonies of #3037E6
Complementary color
Monochromatic Colors of #3037E6
Black with #3037E6
Text Example
Text Example
White with #3037E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3037E6; }
p { color: rgb(48,55,230); }
H1.HeaderClassName
{
color: #3037E6;
}
.AnyTagClassName
{
color: #3037E6;
}
</style>
background-color css
<style>
a { background-color: #3037E6; }
a { background-color: rgb(48,55,230); }
div.DivClassName
{
background-color: #3037E6;
}
.BgClassName
{
background-color: #3037E6;
}
</style>
border-color css
<style>
span { border-color: #3037E6; }
span { border-color: rgb(48,55,230); }
td.TdClassName
{
border-color: #3037E6;
}
.TagClassName
{
border-color: #3037E6;
}
</style>