#5D54F1

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

Shades of Neon Blue #5D54F1

Tints of Neon Blue #5D54F1

Color information

#5D54F1 (or 0x5D54F1) is unknown color: approx Neon Blue. HEX triplet: 5D, 54 and F1. RGB value is (93,84,241). Sum of RGB (Red+Green+Blue) = 93+84+241=418 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.25% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #5D54F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D54F1 is #A2AB0E. Grayscale: #676767. Windows color (decimal): -10660623 or 15815773. OLE color: 15815773.

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

Color convert

RGB9384241-
CMYK0.610.6500.05
HSL243.44º84.86%63.73%-
HSV(B)243.44º65.15%94.51%-
XYZ23.5615.0284.88-
YUV104.59204.98119.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.25%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 241 (94.53% from 255) = 57.66%
R=22.25%
G=20.10%
B=57.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal93842410.610.6500.05243.4484.8663.73
Hex5D54F13D4105f35540
Octal1351243617510105363125100
Binary1011101101010011110001111101100000101011111001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D54F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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