#3E4AEA

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

Shades of Neon Blue #3E4AEA

Tints of Neon Blue #3E4AEA

Color information

#3E4AEA (or 0x3E4AEA) is unknown color: approx Neon Blue. HEX triplet: 3E, 4A and EA. RGB value is (62,74,234). Sum of RGB (Red+Green+Blue) = 62+74+234=370 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.76% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E4AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E4AEA is #C1B515. Grayscale: #575757. Windows color (decimal): -12694806 or 15354430. OLE color: 15354430.

HSL color Cylindrical-coordinate representation of color #3E4AEA: hue angle of 235.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E4AEA is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6274234-
CMYK0.740.6800.08
HSL235.81º80.37%58.04%-
HSV(B)235.81º73.5%91.76%-
XYZ19.2911.8679.12-
YUV88.65210.02108.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.76%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 234 (91.80% from 255) = 63.24%
R=16.76%
G=20%
B=63.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal62742340.740.6800.08235.8180.3758.04
Hex3E4AEA4A4408ec503a
Octal7611235211210401035412072
Binary1111101001010111010101001010100010001000111011001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,74,234); }

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

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

 a { background-color: rgb(62,74,234); }

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

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

 span { border-color: rgb(62,74,234); }

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