#5D3FFF

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

Shades of Neon Blue #5D3FFF

Tints of Neon Blue #5D3FFF

Color information

#5D3FFF (or 0x5D3FFF) is unknown color: approx Neon Blue. HEX triplet: 5D, 3F and FF. RGB value is (93,63,255). Sum of RGB (Red+Green+Blue) = 93+63+255=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D3FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3FFF is #A2C000. Grayscale: #5D5D5D. Windows color (decimal): -10665985 or 16727901. OLE color: 16727901.

HSL color Cylindrical-coordinate representation of color #5D3FFF: hue angle of 249.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D3FFF is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9363255-
CMYK0.640.7500
HSL249.38º100%62.35%-
HSV(B)249.38º75.29%100%-
XYZ24.3413.195.85-
YUV93.86218.94127.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.63%
GREEN value IS 63 (25% from 255) = 15.33%
BLUE value IS 255 (100% from 255) = 62.04%
R=22.63%
G=15.33%
B=62.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal93632550.640.7500249.3810062.35
Hex5D3FFF404B00f9643e
Octal135773771001130037114476
Binary1011101111111111111111000000100101100111110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,255); }

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

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

 a { background-color: rgb(93,63,255); }

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

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

 span { border-color: rgb(93,63,255); }

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