#3E49FB

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

Shades of Neon Blue #3E49FB

Tints of Neon Blue #3E49FB

Color information

#3E49FB (or 0x3E49FB) is unknown color: approx Neon Blue. HEX triplet: 3E, 49 and FB. RGB value is (62,73,251). Sum of RGB (Red+Green+Blue) = 62+73+251=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E49FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E49FB is #C1B604. Grayscale: #595959. Windows color (decimal): -12695045 or 16468286. OLE color: 16468286.

HSL color Cylindrical-coordinate representation of color #3E49FB: hue angle of 236.51º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E49FB is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6273251-
CMYK0.750.7100.02
HSL236.51º95.94%61.37%-
HSV(B)236.51º75.3%98.43%-
XYZ21.7812.7592.58-
YUV90218.86108.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.06%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 251 (98.44% from 255) = 65.03%
R=16.06%
G=18.91%
B=65.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal62732510.750.7100.02236.5195.9461.37
Hex3E49FB4B4702ed603d
Octal761113731131070235514075
Binary11111010010011111101110010111000111010111011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E49FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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