Shades of Neon Blue #2847ED
Tints of Neon Blue #2847ED
RGB
CMYK
RGB Variations
Color information
#2847ED (or 0x2847ED) is known color: Neon Blue. HEX triplet: 28, 47 and ED. RGB value is (40,71,237). Sum of RGB (Red+Green+Blue) = 40+71+237=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #2847ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2847ED is #D7B812. Grayscale: #4F4F4F. Windows color (decimal): -14137363 or 15550248. OLE color: 15550248.
HSL color Cylindrical-coordinate representation of color #2847ED: hue angle of 230.56º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2847ED is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 71 | 237 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.07 |
| HSL | 230.56º | 0.85% | 0.54% | - |
| HSV(B) | 230.56º | 0.83% | 0.93% | - |
| XYZ | 18.41 | 11.07 | 81.29 | - |
| YUV | 80.66 | 216.23 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 237 | 0.83 | 0.70 | 0 | 0.07 | 230.56 | 0.85 | 0.54 |
| Hex | 28 | 47 | ED | 53 | 46 | 0 | 7 | E7 | 55 | 36 |
| Octal | 50 | 107 | 355 | 123 | 106 | 0 | 7 | 347 | 125 | 66 |
| Binary | 101000 | 1000111 | 11101101 | 1010011 | 1000110 | 0 | 111 | 11100111 | 1010101 | 110110 |
Color Harmonies of #2847ED
Complementary color
Monochromatic Colors of #2847ED
Black with #2847ED
Text Example
Text Example
White with #2847ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2847ED; }
p { color: rgb(40,71,237); }
H1.HeaderClassName
{
color: #2847ED;
}
.AnyTagClassName
{
color: #2847ED;
}
</style>
background-color css
<style>
a { background-color: #2847ED; }
a { background-color: rgb(40,71,237); }
div.DivClassName
{
background-color: #2847ED;
}
.BgClassName
{
background-color: #2847ED;
}
</style>
border-color css
<style>
span { border-color: #2847ED; }
span { border-color: rgb(40,71,237); }
td.TdClassName
{
border-color: #2847ED;
}
.TagClassName
{
border-color: #2847ED;
}
</style>