If $f: I \rightarrow \Bbb R$ is a function for which exists $c, \alpha > 0$ such that $$|fx - fy| \leq c|x - y|^\alpha$$
then $f$ is said to be Hölder continuous. If $\alpha = 1$, then we say $f$ is Lipschitz continuous. This way, way, every Lipschitz function is a Hölder function. Now, if $\alpha > 1$, $f$ is constant because it's derivative is zero, see that: $$ 0 < |fx - fy| \leq |x-y|^\alpha \\ 0 < \frac{|fx - fy|}{|x - y|} \leq c|x - y|^{\alpha - 1}$$
Since $\alpha - 1 > 0$, making the difference $x - y \to 0$, we get that $f' \equiv 0$, hence $f$ is constant. If $f$ is differentiable, then $f$ is continuous.
However, we can say something stronger. Every Hölder continuous function is uniformly continuous. Let $\epsilon > 0$, choose $\delta = \sqrt[\alpha]{\frac{\epsilon}{c}}$, and $x,y \in I$ such that $|x - y| < \delta$. Then we get $$|fx - fy| \leq c|x-y|^\alpha < c\sqrt[\alpha]{\dfrac{\epsilon}{c}}^\alpha = \epsilon$$
For the counter-example, $f(x) = |x|$ will do, as @user71352 said.
Here is a question a bit related to Hölder continuity, with a great answer, and lot of references.