#3949EC

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

Shades of Neon Blue #3949EC

Tints of Neon Blue #3949EC

Color information

#3949EC (or 0x3949EC) is unknown color: approx Neon Blue. HEX triplet: 39, 49 and EC. RGB value is (57,73,236). Sum of RGB (Red+Green+Blue) = 57+73+236=366 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.57% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #3949EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3949EC is #C6B613. Grayscale: #565656. Windows color (decimal): -13022740 or 15485241. OLE color: 15485241.

HSL color Cylindrical-coordinate representation of color #3949EC: hue angle of 234.64º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3949EC is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5773236-
CMYK0.760.6900.07
HSL234.64º82.49%57.45%-
HSV(B)234.64º75.85%92.55%-
XYZ19.2111.6980.6-
YUV86.8212.2106.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.57%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 236 (92.58% from 255) = 64.48%
R=15.57%
G=19.95%
B=64.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal57732360.760.6900.07234.6482.4957.45
Hex3949EC4C4507eb5239
Octal711113541141050735312271
Binary111001100100111101100100110010001010111111010111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3949EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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