#3940e7

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

Shades of Neon Blue #3940E7

Tints of Neon Blue #3940E7

Color information

#3940E7 (or 0x3940E7) is unknown color: approx Neon Blue. HEX triplet: 39, 40 and E7. RGB value is (57,64,231). Sum of RGB (Red+Green+Blue) = 57+64+231=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 231 (90.62% from 255 or 65.62% from 352); Max value from RGB is 231 - color contains mainly: blue. Hex color #3940E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3940E7 is #C6BF18. Grayscale: #505050. Windows color (decimal): -13025049 or 15155257. OLE color: 15155257.

HSL color Cylindrical-coordinate representation of color #3940E7: hue angle of 237.59º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3940E7 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5764231-
CMYK0.750.7200.09
HSL237.59º78.38%56.47%-
HSV(B)237.59º75.32%90.59%-
XYZ17.9410.3176.64-
YUV80.94212.68110.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.19%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 231 (90.62% from 255) = 65.62%
R=16.19%
G=18.18%
B=65.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal57642310.750.7200.09237.5978.3856.47
Hex3940E74B4809ee4e38
Octal7110034711311001135611670
Binary1110011000000111001111001011100100001001111011101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3940e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3940e7; }

 p { color: rgb(57,64,231); }

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

<style>
 a { background-color: #3940e7; }

 a { background-color: rgb(57,64,231); }

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

<style>
 span { border-color: #3940e7; }

 span { border-color: rgb(57,64,231); }

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