#5D5CEC

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

Shades of Neon Blue #5D5CEC

Tints of Neon Blue #5D5CEC

Color information

#5D5CEC (or 0x5D5CEC) is unknown color: approx Neon Blue. HEX triplet: 5D, 5C and EC. RGB value is (93,92,236). Sum of RGB (Red+Green+Blue) = 93+92+236=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D5CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5CEC is #A2A313. Grayscale: #6C6C6C. Windows color (decimal): -10658580 or 15490141. OLE color: 15490141.

HSL color Cylindrical-coordinate representation of color #5D5CEC: hue angle of 240.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D5CEC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9392236-
CMYK0.610.6100.07
HSL240.42º79.12%64.31%-
HSV(B)240.42º61.02%92.55%-
XYZ23.4816.0481.21-
YUV108.71199.83116.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.09%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 236 (92.58% from 255) = 56.06%
R=22.09%
G=21.85%
B=56.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal93922360.610.6100.07240.4279.1264.31
Hex5D5CEC3D3D07f04f40
Octal135134354757507360117100
Binary101110110111001110110011110111110101111111000010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,92,236); }

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

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

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

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

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

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

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