#5D4AF1

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

Shades of Neon Blue #5D4AF1

Tints of Neon Blue #5D4AF1

Color information

#5D4AF1 (or 0x5D4AF1) is unknown color: approx Neon Blue. HEX triplet: 5D, 4A and F1. RGB value is (93,74,241). Sum of RGB (Red+Green+Blue) = 93+74+241=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #5D4AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D4AF1 is #A2B50E. Grayscale: #626262. Windows color (decimal): -10663183 or 15813213. OLE color: 15813213.

HSL color Cylindrical-coordinate representation of color #5D4AF1: hue angle of 246.83º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D4AF1 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9374241-
CMYK0.610.6900.05
HSL246.83º85.64%61.76%-
HSV(B)246.83º69.29%94.51%-
XYZ22.8413.5884.64-
YUV98.72208.29123.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.79%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 241 (94.53% from 255) = 59.07%
R=22.79%
G=18.14%
B=59.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal93742410.610.6900.05246.8385.6461.76
Hex5D4AF13D4505f7563e
Octal135112361751050536712676
Binary101110110010101111000111110110001010101111101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,74,241); }

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

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

 a { background-color: rgb(93,74,241); }

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

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

 span { border-color: rgb(93,74,241); }

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