In the range B5:F5, there is one score below 65 so COUNTIF will return 1.
The NOT function is used to convert the number of from COUNTIF into a TRUE or FALSE result.
When given TRUE, NOT returns FALSE.
When given FALSE, NOT returns TRUE.
Use the NOT function to reverse a logical value.