Shades of Neon Blue #2843EC
Tints of Neon Blue #2843EC
RGB
CMYK
RGB Variations
Color information
#2843EC (or 0x2843EC) is known color: Neon Blue. HEX triplet: 28, 43 and EC. RGB value is (40,67,236). Sum of RGB (Red+Green+Blue) = 40+67+236=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #2843EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2843EC is #D7BC13. Grayscale: #4D4D4D. Windows color (decimal): -14138388 or 15483688. OLE color: 15483688.
HSL color Cylindrical-coordinate representation of color #2843EC: hue angle of 231.73º 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 #2843EC is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 67 | 236 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.07 |
| HSL | 231.73º | 0.84% | 0.54% | - |
| HSV(B) | 231.73º | 0.83% | 0.93% | - |
| XYZ | 18.02 | 10.52 | 80.44 | - |
| YUV | 78.19 | 217.05 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 236 | 0.83 | 0.72 | 0 | 0.07 | 231.73 | 0.84 | 0.54 |
| Hex | 28 | 43 | EC | 53 | 48 | 0 | 7 | E8 | 54 | 36 |
| Octal | 50 | 103 | 354 | 123 | 110 | 0 | 7 | 350 | 124 | 66 |
| Binary | 101000 | 1000011 | 11101100 | 1010011 | 1001000 | 0 | 111 | 11101000 | 1010100 | 110110 |
Color Harmonies of #2843EC
Complementary color
Monochromatic Colors of #2843EC
Black with #2843EC
Text Example
Text Example
White with #2843EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2843EC; }
p { color: rgb(40,67,236); }
H1.HeaderClassName
{
color: #2843EC;
}
.AnyTagClassName
{
color: #2843EC;
}
</style>
background-color css
<style>
a { background-color: #2843EC; }
a { background-color: rgb(40,67,236); }
div.DivClassName
{
background-color: #2843EC;
}
.BgClassName
{
background-color: #2843EC;
}
</style>
border-color css
<style>
span { border-color: #2843EC; }
span { border-color: rgb(40,67,236); }
td.TdClassName
{
border-color: #2843EC;
}
.TagClassName
{
border-color: #2843EC;
}
</style>