#2941EE

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

Shades of Neon Blue #2941EE

Tints of Neon Blue #2941EE

Color information

#2941EE (or 0x2941EE) is unknown color: approx Neon Blue. HEX triplet: 29, 41 and EE. RGB value is (41,65,238). Sum of RGB (Red+Green+Blue) = 41+65+238=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 65 (25.78% from 255 or 18.90% 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 #2941EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2941EE is #D6BE11. Grayscale: #4C4C4C. Windows color (decimal): -14073362 or 15614249. OLE color: 15614249.

HSL color Cylindrical-coordinate representation of color #2941EE: hue angle of 232.69º 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 #2941EE is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4165238-
CMYK0.830.7300.07
HSL232.69º85.28%54.71%-
HSV(B)232.69º82.77%93.33%-
XYZ18.2410.4381.94-
YUV77.55218.55101.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.92%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 238 (93.36% from 255) = 69.19%
R=11.92%
G=18.90%
B=69.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal41652380.830.7300.07232.6985.2854.71
Hex2941EE534907e95537
Octal511013561231110735112567
Binary101001100000111101110101001110010010111111010011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2941EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,65,238); }

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

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

 a { background-color: rgb(41,65,238); }

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

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

 span { border-color: rgb(41,65,238); }

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