Shades of Neon Blue #2843EA
Tints of Neon Blue #2843EA
RGB
CMYK
RGB Variations
Color information
#2843EA (or 0x2843EA) is known color: Neon Blue. HEX triplet: 28, 43 and EA. RGB value is (40,67,234). Sum of RGB (Red+Green+Blue) = 40+67+234=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #2843EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2843EA is #D7BC15. Grayscale: #4D4D4D. Windows color (decimal): -14138390 or 15352616. OLE color: 15352616.
HSL color Cylindrical-coordinate representation of color #2843EA: hue angle of 231.65º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2843EA is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 67 | 234 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.08 |
| HSL | 231.65º | 0.82% | 0.54% | - |
| HSV(B) | 231.65º | 0.83% | 0.92% | - |
| XYZ | 17.73 | 10.41 | 78.92 | - |
| YUV | 77.97 | 216.05 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 234 | 0.83 | 0.71 | 0 | 0.08 | 231.65 | 0.82 | 0.54 |
| Hex | 28 | 43 | EA | 53 | 47 | 0 | 8 | E8 | 52 | 36 |
| Octal | 50 | 103 | 352 | 123 | 107 | 0 | 10 | 350 | 122 | 66 |
| Binary | 101000 | 1000011 | 11101010 | 1010011 | 1000111 | 0 | 1000 | 11101000 | 1010010 | 110110 |
Color Harmonies of #2843EA
Complementary color
Monochromatic Colors of #2843EA
Black with #2843EA
Text Example
Text Example
White with #2843EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2843EA; }
p { color: rgb(40,67,234); }
H1.HeaderClassName
{
color: #2843EA;
}
.AnyTagClassName
{
color: #2843EA;
}
</style>
background-color css
<style>
a { background-color: #2843EA; }
a { background-color: rgb(40,67,234); }
div.DivClassName
{
background-color: #2843EA;
}
.BgClassName
{
background-color: #2843EA;
}
</style>
border-color css
<style>
span { border-color: #2843EA; }
span { border-color: rgb(40,67,234); }
td.TdClassName
{
border-color: #2843EA;
}
.TagClassName
{
border-color: #2843EA;
}
</style>