#5D5DFA

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

Shades of Neon Blue #5D5DFA

Tints of Neon Blue #5D5DFA

Color information

#5D5DFA (or 0x5D5DFA) is unknown color: approx Neon Blue. HEX triplet: 5D, 5D and FA. RGB value is (93,93,250). Sum of RGB (Red+Green+Blue) = 93+93+250=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D5DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5DFA is #A2A205. Grayscale: #6E6E6E. Windows color (decimal): -10658310 or 16407901. OLE color: 16407901.

HSL color Cylindrical-coordinate representation of color #5D5DFA: hue angle of 240º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D5DFA is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9393250-
CMYK0.630.6300.02
HSL240º94.01%67.25%-
HSV(B)240º62.8%98.04%-
XYZ25.6817.0692.38-
YUV110.9206.5115.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.33%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 250 (98.05% from 255) = 57.34%
R=21.33%
G=21.33%
B=57.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal93932500.630.6300.0224094.0167.25
Hex5D5DFA3F3F02f05e43
Octal135135372777702360136103
Binary10111011011101111110101111111111110101111000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,93,250); }

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

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

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

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

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

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

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