#5d4ef7

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

Shades of Neon Blue #5D4EF7

Tints of Neon Blue #5D4EF7

Color information

#5D4EF7 (or 0x5D4EF7) is unknown color: approx Neon Blue. HEX triplet: 5D, 4E and F7. RGB value is (93,78,247). Sum of RGB (Red+Green+Blue) = 93+78+247=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 247 (96.88% from 255 or 59.09% from 418); Max value from RGB is 247 - color contains mainly: blue. Hex color #5D4EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4EF7 is #A2B108. Grayscale: #656565. Windows color (decimal): -10662153 or 16207453. OLE color: 16207453.

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

Color convert

RGB9378247-
CMYK0.620.6800.03
HSL245.33º91.35%63.73%-
HSV(B)245.33º68.42%96.86%-
XYZ24.0314.4989.53-
YUV101.75209.97121.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.25%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 247 (96.88% from 255) = 59.09%
R=22.25%
G=18.66%
B=59.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal93782470.620.6800.03245.3391.3563.73
Hex5D4EF73E4403f55b40
Octal1351163677610403365133100
Binary101110110011101111011111111010001000111111010110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d4ef7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,78,247); }

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

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

 a { background-color: rgb(93,78,247); }

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

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

 span { border-color: rgb(93,78,247); }

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