#2842EE

Color #2842EE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2842EE

Tints of Neon Blue #2842EE

Color information

#2842EE (or 0x2842EE) is unknown color: approx Neon Blue. HEX triplet: 28, 42 and EE. RGB value is (40,66,238). Sum of RGB (Red+Green+Blue) = 40+66+238=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #2842EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2842EE is #D7BD11. Grayscale: #4D4D4D. Windows color (decimal): -14138642 or 15614504. OLE color: 15614504.

HSL color Cylindrical-coordinate representation of color #2842EE: hue angle of 232.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2842EE is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4066238-
CMYK0.830.7200.07
HSL232.12º85.34%54.51%-
HSV(B)232.12º83.19%93.33%-
XYZ18.2610.5281.96-
YUV77.83218.39101.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 238 (93.36% from 255) = 69.19%
R=11.63%
G=19.19%
B=69.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal40662380.830.7200.07232.1285.3454.51
Hex2842EE534807e85537
Octal501023561231100735012567
Binary101000100001011101110101001110010000111111010001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2842EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2842EE; }

 p { color: rgb(40,66,238); }

 H1.HeaderClassName
 {
   color: #2842EE;
 }
 .AnyTagClassName
 {
   color: #2842EE;
 }
</style>
background-color css

<style>
 a { background-color: #2842EE; }

 a { background-color: rgb(40,66,238); }

 div.DivClassName
 {
   background-color: #2842EE;
 }
 .BgClassName
 {
   background-color: #2842EE;
 }
</style>
border-color css

<style>
 span { border-color: #2842EE; }

 span { border-color: rgb(40,66,238); }

 td.TdClassName
 {
   border-color: #2842EE;
 }
 .TagClassName
 {
   border-color: #2842EE;
 }
</style>