#2940E8

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

Shades of Neon Blue #2940E8

Tints of Neon Blue #2940E8

Color information

#2940E8 (or 0x2940E8) is unknown color: approx Neon Blue. HEX triplet: 29, 40 and E8. RGB value is (41,64,232). Sum of RGB (Red+Green+Blue) = 41+64+232=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 232 (91.02% from 255 or 68.84% from 337); Max value from RGB is 232 - color contains mainly: blue. Hex color #2940E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2940E8 is #D6BF17. Grayscale: #4B4B4B. Windows color (decimal): -14073624 or 15220777. OLE color: 15220777.

HSL color Cylindrical-coordinate representation of color #2940E8: hue angle of 232.77º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2940E8 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4164232-
CMYK0.820.7200.09
HSL232.77º80.59%53.53%-
HSV(B)232.77º82.33%90.98%-
XYZ17.319.9677.35-
YUV76.28215.88102.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.17%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 232 (91.02% from 255) = 68.84%
R=12.17%
G=18.99%
B=68.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal41642320.820.7200.09232.7780.5953.53
Hex2940E8524809e95136
Octal5110035012211001135112166
Binary1010011000000111010001010010100100001001111010011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2940E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2940E8; }

 p { color: rgb(41,64,232); }

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

<style>
 a { background-color: #2940E8; }

 a { background-color: rgb(41,64,232); }

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

<style>
 span { border-color: #2940E8; }

 span { border-color: rgb(41,64,232); }

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