#3E31EB

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

Shades of Neon Blue #3E31EB

Tints of Neon Blue #3E31EB

Color information

#3E31EB (or 0x3E31EB) is unknown color: approx Neon Blue. HEX triplet: 3E, 31 and EB. RGB value is (62,49,235). Sum of RGB (Red+Green+Blue) = 62+49+235=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E31EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E31EB is #C1CE14. Grayscale: #494949. Windows color (decimal): -12701205 or 15413566. OLE color: 15413566.

HSL color Cylindrical-coordinate representation of color #3E31EB: hue angle of 244.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E31EB is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6249235-
CMYK0.740.7900.08
HSL244.19º82.3%55.69%-
HSV(B)244.19º79.15%92.16%-
XYZ18.089.2279.42-
YUV74.09218.81119.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.92%
GREEN value IS 49 (19.53% from 255) = 14.16%
BLUE value IS 235 (92.19% from 255) = 67.92%
R=17.92%
G=14.16%
B=67.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal62492350.740.7900.08244.1982.355.69
Hex3E31EB4A4F08f45238
Octal766135311211701036412270
Binary111110110001111010111001010100111101000111101001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E31EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,235); }

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

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

 a { background-color: rgb(62,49,235); }

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

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

 span { border-color: rgb(62,49,235); }

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