#3E48E3

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

Shades of Neon Blue #3E48E3

Tints of Neon Blue #3E48E3

Color information

#3E48E3 (or 0x3E48E3) is unknown color: approx Neon Blue. HEX triplet: 3E, 48 and E3. RGB value is (62,72,227). Sum of RGB (Red+Green+Blue) = 62+72+227=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 227 (89.06% from 255 or 62.88% from 361); Max value from RGB is 227 - color contains mainly: blue. Hex color #3E48E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E48E3 is #C1B71C. Grayscale: #565656. Windows color (decimal): -12695325 or 14895166. OLE color: 14895166.

HSL color Cylindrical-coordinate representation of color #3E48E3: hue angle of 236.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E48E3 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6272227-
CMYK0.730.6800.11
HSL236.36º74.66%56.67%-
HSV(B)236.36º72.69%89.02%-
XYZ18.1711.273.88-
YUV86.68207.19110.4-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.17%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 227 (89.06% from 255) = 62.88%
R=17.17%
G=19.94%
B=62.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal62722270.730.6800.11236.3674.6656.67
Hex3E48E349440Bec4b39
Octal7611034311110401335411371
Binary1111101001000111000111001001100010001011111011001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E48E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,72,227); }

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

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

 a { background-color: rgb(62,72,227); }

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

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

 span { border-color: rgb(62,72,227); }

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