#3e49f3

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

Shades of Neon Blue #3E49F3

Tints of Neon Blue #3E49F3

Color information

#3E49F3 (or 0x3E49F3) is unknown color: approx Neon Blue. HEX triplet: 3E, 49 and F3. RGB value is (62,73,243). Sum of RGB (Red+Green+Blue) = 62+73+243=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 243 (95.31% from 255 or 64.29% from 378); Max value from RGB is 243 - color contains mainly: blue. Hex color #3E49F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E49F3 is #C1B60C. Grayscale: #585858. Windows color (decimal): -12695053 or 15943998. OLE color: 15943998.

HSL color Cylindrical-coordinate representation of color #3E49F3: hue angle of 236.35º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E49F3 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6273243-
CMYK0.740.7000.05
HSL236.35º88.29%59.8%-
HSV(B)236.35º74.49%95.29%-
XYZ20.5512.2686.08-
YUV89.09214.86108.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.40%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 243 (95.31% from 255) = 64.29%
R=16.40%
G=19.31%
B=64.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal62732430.740.7000.05236.3588.2959.8
Hex3E49F34A4605ec583c
Octal761113631121060535413074
Binary111110100100111110011100101010001100101111011001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e49f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,243); }

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

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

 a { background-color: rgb(62,73,243); }

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

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

 span { border-color: rgb(62,73,243); }

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