#5D3EF5

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

Shades of Neon Blue #5D3EF5

Tints of Neon Blue #5D3EF5

Color information

#5D3EF5 (or 0x5D3EF5) is unknown color: approx Neon Blue. HEX triplet: 5D, 3E and F5. RGB value is (93,62,245). Sum of RGB (Red+Green+Blue) = 93+62+245=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 245 (96.09% from 255 or 61.25% from 400); Max value from RGB is 245 - color contains mainly: blue. Hex color #5D3EF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3EF5 is #A2C10A. Grayscale: #5B5B5B. Windows color (decimal): -10666251 or 16072285. OLE color: 16072285.

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

Color convert

RGB9362245-
CMYK0.620.7500.04
HSL250.16º90.15%60.2%-
HSV(B)250.16º74.69%96.08%-
XYZ22.7212.3687.58-
YUV92.13214.27128.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.25%
GREEN value IS 62 (24.61% from 255) = 15.5%
BLUE value IS 245 (96.09% from 255) = 61.25%
R=23.25%
G=15.5%
B=61.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal93622450.620.7500.04250.1690.1560.2
Hex5D3EF53E4B04fa5a3c
Octal13576365761130437213274
Binary10111011111101111010111111010010110100111110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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