#5D3EFD

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

Shades of Neon Blue #5D3EFD

Tints of Neon Blue #5D3EFD

Color information

#5D3EFD (or 0x5D3EFD) is unknown color: approx Neon Blue. HEX triplet: 5D, 3E and FD. RGB value is (93,62,253). Sum of RGB (Red+Green+Blue) = 93+62+253=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D3EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D3EFD is #A2C102. Grayscale: #5C5C5C. Windows color (decimal): -10666243 or 16596573. OLE color: 16596573.

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

Color convert

RGB9362253-
CMYK0.630.7500.01
HSL249.74º97.95%61.76%-
HSV(B)249.74º75.49%99.22%-
XYZ23.9712.8694.15-
YUV93.04218.27127.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.79%
GREEN value IS 62 (24.61% from 255) = 15.20%
BLUE value IS 253 (99.22% from 255) = 62.01%
R=22.79%
G=15.20%
B=62.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal93622530.630.7500.01249.7497.9561.76
Hex5D3EFD3F4B01fa623e
Octal13576375771130137214276
Binary101110111111011111101111111100101101111110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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