HEXCOLOR

Creates a new color from the specified hexadecimal color string.

Syntax

=HEXCOLOR(hexstring)

Arguments

ArgumentTypeDescription
hexstringStringThe hex color string, in the form #RRGGBBAA or #RRGGBB

Examples

=HEXCOLOR("#00ff00")#00ff00ff

=HEXCOLOR("#f96b1388")#f96b1388