#3A40E5

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

Shades of Neon Blue #3A40E5

Tints of Neon Blue #3A40E5

Color information

#3A40E5 (or 0x3A40E5) is unknown color: approx Neon Blue. HEX triplet: 3A, 40 and E5. RGB value is (58,64,229). Sum of RGB (Red+Green+Blue) = 58+64+229=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 229 (89.84% from 255 or 65.24% from 351); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A40E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A40E5 is #C5BF1A. Grayscale: #505050. Windows color (decimal): -12959515 or 15024186. OLE color: 15024186.

HSL color Cylindrical-coordinate representation of color #3A40E5: hue angle of 237.89º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A40E5 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5864229-
CMYK0.750.7200.10
HSL237.89º76.68%56.27%-
HSV(B)237.89º74.67%89.8%-
XYZ17.7210.2275.17-
YUV81.02211.51111.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 229 (89.84% from 255) = 65.24%
R=16.52%
G=18.23%
B=65.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal58642290.750.7200.10237.8976.6856.27
Hex3A40E54B480Aee4d38
Octal7210034511311001235611570
Binary1110101000000111001011001011100100001010111011101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A40E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A40E5; }

 p { color: rgb(58,64,229); }

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

<style>
 a { background-color: #3A40E5; }

 a { background-color: rgb(58,64,229); }

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

<style>
 span { border-color: #3A40E5; }

 span { border-color: rgb(58,64,229); }

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