#3E4DEA

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

Shades of Neon Blue #3E4DEA

Tints of Neon Blue #3E4DEA

Color information

#3E4DEA (or 0x3E4DEA) is unknown color: approx Neon Blue. HEX triplet: 3E, 4D and EA. RGB value is (62,77,234). Sum of RGB (Red+Green+Blue) = 62+77+234=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E4DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E4DEA is #C1B215. Grayscale: #595959. Windows color (decimal): -12694038 or 15355198. OLE color: 15355198.

HSL color Cylindrical-coordinate representation of color #3E4DEA: hue angle of 234.77º 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 #3E4DEA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6277234-
CMYK0.740.6700.08
HSL234.77º80.37%58.04%-
HSV(B)234.77º73.5%91.76%-
XYZ19.4912.2779.18-
YUV90.41209.03107.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.62%
GREEN value IS 77 (30.47% from 255) = 20.64%
BLUE value IS 234 (91.80% from 255) = 62.73%
R=16.62%
G=20.64%
B=62.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal62772340.740.6700.08234.7780.3758.04
Hex3E4DEA4A4308eb503a
Octal7611535211210301035312072
Binary1111101001101111010101001010100001101000111010111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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