Style Flex

tag support hexadecimal color and color name value formats" src="http://www.rntsoft.com/Code/FlexImages/CSSstyledefinitionsandthefxStyletagsupporthexadecimalcolorandcolornamevalueformats.PNG"

       

    
    xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark">
    
        .myStyle {
            themeColor: #6666CC; /* CSS hexadecimal format */
            color: Blue; /* VGA color name */
        }