#5e3ff1

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

Shades of Neon Blue #5E3FF1

Tints of Neon Blue #5E3FF1

Color information

#5E3FF1 (or 0x5E3FF1) is unknown color: approx Neon Blue. HEX triplet: 5E, 3F and F1. RGB value is (94,63,241). Sum of RGB (Red+Green+Blue) = 94+63+241=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E3FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3FF1 is #A1C00E. Grayscale: #5B5B5B. Windows color (decimal): -10600463 or 15810398. OLE color: 15810398.

HSL color Cylindrical-coordinate representation of color #5E3FF1: hue angle of 250.45º degrees, saturation: 0.86, 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 #5E3FF1 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9463241-
CMYK0.610.7400.05
HSL250.45º86.41%59.61%-
HSV(B)250.45º73.86%94.51%-
XYZ22.2712.2984.42-
YUV92.56211.77129.03-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.62%
GREEN value IS 63 (25% from 255) = 15.83%
BLUE value IS 241 (94.53% from 255) = 60.55%
R=23.62%
G=15.83%
B=60.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94632410.610.7400.05250.4586.4159.61
Hex5E3FF13D4A05fa563c
Octal13677361751120537212674
Binary10111101111111111000111110110010100101111110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e3ff1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,63,241); }

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

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

 a { background-color: rgb(94,63,241); }

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

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

 span { border-color: rgb(94,63,241); }

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