#FF70CC (or 0xFF70CC) is unknown color: approx Neon Pink. HEX triplet: FF, 70 and CC. RGB value is (255,112,204). Sum of RGB (Red+Green+Blue) = 255+112+204=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70CC is #008F33. Grayscale: #A5A5A5. Windows color (decimal): -36660 or 13398271. OLE color: 13398271.
HSL color Cylindrical-coordinate representation of color #FF70CC: hue angle of 321.4º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70CC is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.
<style> p { color: #FF70CC; } p { color: rgb(255,112,204); } H1.HeaderClassName { color: #FF70CC; } .AnyTagClassName { color: #FF70CC; } </style>
<style> a { background-color: #FF70CC; } a { background-color: rgb(255,112,204); } div.DivClassName { background-color: #FF70CC; } .BgClassName { background-color: #FF70CC; } </style>
<style> span { border-color: #FF70CC; } span { border-color: rgb(255,112,204); } td.TdClassName { border-color: #FF70CC; } .TagClassName { border-color: #FF70CC; } </style>