#3940E4

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

Shades of Neon Blue #3940E4

Tints of Neon Blue #3940E4

Color information

#3940E4 (or 0x3940E4) is unknown color: approx Neon Blue. HEX triplet: 39, 40 and E4. RGB value is (57,64,228). Sum of RGB (Red+Green+Blue) = 57+64+228=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 228 (89.45% from 255 or 65.33% from 349); Max value from RGB is 228 - color contains mainly: blue. Hex color #3940E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940E4 is #C6BF1B. Grayscale: #4F4F4F. Windows color (decimal): -13025052 or 14958649. OLE color: 14958649.

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

Color convert

RGB5764228-
CMYK0.750.7200.11
HSL237.54º76%55.88%-
HSV(B)237.54º75%89.41%-
XYZ17.5210.1474.43-
YUV80.6211.18111.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.33%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 228 (89.45% from 255) = 65.33%
R=16.33%
G=18.34%
B=65.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal57642280.750.7200.11237.547655.88
Hex3940E44B480Bee4c38
Octal7110034411311001335611470
Binary1110011000000111001001001011100100001011111011101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3940E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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