PNG File Format Explained
PNG (Portable Network Graphics) is a lossless image format that supports transparency. It's the go-to format for logos, icons, UI screenshots, and any image that needs a sharp edge or transparent background.
PNG Quick Facts
| Full name | Portable Network Graphics |
| Extension | .png |
| Compression | Lossless (no quality loss) |
| Transparency | Yes — Alpha channel (0–255) |
| Color depth | Up to 48-bit (16M+ colors) |
| Animation | No (use APNG for animated PNGs) |
| Browser support | All major browsers |
| Best use case | Logos, icons, screenshots, UI design |
PNG vs JPG vs WebP
| Feature | PNG | JPG | WebP |
|---|---|---|---|
| Compression | Lossless | Lossy | Both |
| Transparency | Yes | No | Yes |
| File size | Large | Small | Smallest |
| Quality | Perfect | Good | Excellent |
| Browser support | All | All | All modern |
| Best for | Logos, UI | Photos | Web images |