A web developer is designing a style sheet and decides to define the 24-bit RGB color values using hexadecimal format (such as #3F51B5) rather than writing them as equivalent 24-bit binary strings (such as 001111110101000110110101).
State two advantages of representing these 24-bit values in hexadecimal rather than binary.