pixelgif.com is a free service offering all 16,777,217 possible 1x1 pixel gifs.

How to use pixelgif.com's pixel gifs on your website

Using colored pixels

The URL for colored pixels is http://pixelgif.com/rrggbb, where rrggbb is the 24bit RGB color code of your pixel. The following piece of HTML places a red 1x1 pixel gif on your website:

<img src="http://pixelgif.com/ff0000" width=1 height=1 alt="">

Using transparent pixels

The URL for transparent pixels is http://pixelgif.com/trans. To put a transparent gif on your website, simply use the following HTML.

<img src="http://pixelgif.com/trans" width=1 height=1 alt="">

Randomly colored pixels

As bonus feature you can link to randomly colored pixel gifs with the URL http://pixelgif.com/rnd.