I really like QOI (The Quite OK Image format). It achieves similar compression to PNG, but it's ridiculously easy to implement (the entire spec fits on a single page), and its encoding and decoding times are many times faster than PNG.

https://qoiformat.org

It depends on the implementation. fpng can beat QOI in both speed and compression ratio https://github.com/richgel999/fpng