#5D3EE6

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

Shades of Neon Blue #5D3EE6

Tints of Neon Blue #5D3EE6

Color information

#5D3EE6 (or 0x5D3EE6) is unknown color: approx Neon Blue. HEX triplet: 5D, 3E and E6. RGB value is (93,62,230). Sum of RGB (Red+Green+Blue) = 93+62+230=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 230 (90.23% from 255 or 59.74% from 385); Max value from RGB is 230 - color contains mainly: blue. Hex color #5D3EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3EE6 is #A2C119. Grayscale: #595959. Windows color (decimal): -10666266 or 15089245. OLE color: 15089245.

HSL color Cylindrical-coordinate representation of color #5D3EE6: hue angle of 251.07º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D3EE6 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9362230-
CMYK0.600.7300.10
HSL251.07º77.06%57.25%-
HSV(B)251.07º73.04%90.2%-
XYZ20.5211.4976-
YUV90.42206.77129.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 230 (90.23% from 255) = 59.74%
R=24.16%
G=16.10%
B=59.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal93622300.600.7300.10251.0777.0657.25
Hex5D3EE63C490Afb4d39
Octal135763467411101237311571
Binary101110111111011100110111100100100101010111110111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,62,230); }

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

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

 a { background-color: rgb(93,62,230); }

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

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

 span { border-color: rgb(93,62,230); }

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