Assuming hexstring is required, the following result was found.
1878: From Hexadecimal to RGB From RGB to Hexadecimal Check for a valid hexadecimal value From Hexadecimal to RGB: HEX2RGB(HEXString,Delimiter="") { If Delimiter= Delimiter=, StringMid,R,HexString,1,2 StringMid,G,HexString,3,2 StringMid,B,HexString,5,2...