#3E4CE5

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

Shades of Neon Blue #3E4CE5

Tints of Neon Blue #3E4CE5

Color information

#3E4CE5 (or 0x3E4CE5) is unknown color: approx Neon Blue. HEX triplet: 3E, 4C and E5. RGB value is (62,76,229). Sum of RGB (Red+Green+Blue) = 62+76+229=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #3E4CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E4CE5 is #C1B31A. Grayscale: #585858. Windows color (decimal): -12694299 or 15027262. OLE color: 15027262.

HSL color Cylindrical-coordinate representation of color #3E4CE5: hue angle of 234.97º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E4CE5 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6276229-
CMYK0.730.6700.10
HSL234.97º76.26%57.06%-
HSV(B)234.97º72.93%89.8%-
XYZ18.7111.8575.43-
YUV89.26206.86108.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.89%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 229 (89.84% from 255) = 62.40%
R=16.89%
G=20.71%
B=62.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal62762290.730.6700.10234.9776.2657.06
Hex3E4CE549430Aeb4c39
Octal7611434511110301235311471
Binary1111101001100111001011001001100001101010111010111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,76,229); }

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

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

 a { background-color: rgb(62,76,229); }

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

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

 span { border-color: rgb(62,76,229); }

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