Shades of Neon Blue #2845EC
Tints of Neon Blue #2845EC
RGB
CMYK
RGB Variations
Color information
#2845EC (or 0x2845EC) is known color: Neon Blue. HEX triplet: 28, 45 and EC. RGB value is (40,69,236). Sum of RGB (Red+Green+Blue) = 40+69+236=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #2845EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2845EC is #D7BA13. Grayscale: #4E4E4E. Windows color (decimal): -14137876 or 15484200. OLE color: 15484200.
HSL color Cylindrical-coordinate representation of color #2845EC: hue angle of 231.12º degrees, saturation: 0.84, 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 #2845EC is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 69 | 236 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.07 |
| HSL | 231.12º | 0.84% | 0.54% | - |
| HSV(B) | 231.12º | 0.83% | 0.93% | - |
| XYZ | 18.14 | 10.76 | 80.48 | - |
| YUV | 79.37 | 216.39 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 236 | 0.83 | 0.71 | 0 | 0.07 | 231.12 | 0.84 | 0.54 |
| Hex | 28 | 45 | EC | 53 | 47 | 0 | 7 | E7 | 54 | 36 |
| Octal | 50 | 105 | 354 | 123 | 107 | 0 | 7 | 347 | 124 | 66 |
| Binary | 101000 | 1000101 | 11101100 | 1010011 | 1000111 | 0 | 111 | 11100111 | 1010100 | 110110 |
Color Harmonies of #2845EC
Complementary color
Monochromatic Colors of #2845EC
Black with #2845EC
Text Example
Text Example
White with #2845EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2845EC; }
p { color: rgb(40,69,236); }
H1.HeaderClassName
{
color: #2845EC;
}
.AnyTagClassName
{
color: #2845EC;
}
</style>
background-color css
<style>
a { background-color: #2845EC; }
a { background-color: rgb(40,69,236); }
div.DivClassName
{
background-color: #2845EC;
}
.BgClassName
{
background-color: #2845EC;
}
</style>
border-color css
<style>
span { border-color: #2845EC; }
span { border-color: rgb(40,69,236); }
td.TdClassName
{
border-color: #2845EC;
}
.TagClassName
{
border-color: #2845EC;
}
</style>