#3949E4

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

Shades of Neon Blue #3949E4

Tints of Neon Blue #3949E4

Color information

#3949E4 (or 0x3949E4) is unknown color: approx Neon Blue. HEX triplet: 39, 49 and E4. RGB value is (57,73,228). Sum of RGB (Red+Green+Blue) = 57+73+228=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 228 (89.45% from 255 or 63.69% from 358); Max value from RGB is 228 - color contains mainly: blue. Hex color #3949E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949E4 is #C6B61B. Grayscale: #555555. Windows color (decimal): -13022748 or 14960953. OLE color: 14960953.

HSL color Cylindrical-coordinate representation of color #3949E4: hue angle of 234.39º 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 #3949E4 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5773228-
CMYK0.750.6800.11
HSL234.39º76%55.88%-
HSV(B)234.39º75%89.41%-
XYZ18.0711.2474.62-
YUV85.89208.2107.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 228 (89.45% from 255) = 63.69%
R=15.92%
G=20.39%
B=63.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal57732280.750.6800.11234.397655.88
Hex3949E44B440Bea4c38
Octal7111134411310401335211470
Binary1110011001001111001001001011100010001011111010101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3949E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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