#5e3df2

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

Shades of Neon Blue #5E3DF2

Tints of Neon Blue #5E3DF2

Color information

#5E3DF2 (or 0x5E3DF2) is unknown color: approx Neon Blue. HEX triplet: 5E, 3D and F2. RGB value is (94,61,242). Sum of RGB (Red+Green+Blue) = 94+61+242=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 242 (94.92% from 255 or 60.96% from 397); Max value from RGB is 242 - color contains mainly: blue. Hex color #5E3DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3DF2 is #A1C20D. Grayscale: #5A5A5A. Windows color (decimal): -10600974 or 15875422. OLE color: 15875422.

HSL color Cylindrical-coordinate representation of color #5E3DF2: hue angle of 250.94º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E3DF2 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9461242-
CMYK0.610.7500.05
HSL250.94º87.44%59.41%-
HSV(B)250.94º74.79%94.9%-
XYZ22.3112.1385.17-
YUV91.5212.93129.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.68%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 242 (94.92% from 255) = 60.96%
R=23.68%
G=15.37%
B=60.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94612420.610.7500.05250.9487.4459.41
Hex5E3DF23D4B05fb573b
Octal13675362751130537312773
Binary10111101111011111001011110110010110101111110111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e3df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e3df2; }

 p { color: rgb(94,61,242); }

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

<style>
 a { background-color: #5e3df2; }

 a { background-color: rgb(94,61,242); }

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

<style>
 span { border-color: #5e3df2; }

 span { border-color: rgb(94,61,242); }

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