Shades of Neon Pink #F574C4
Tints of Neon Pink #F574C4
RGB
CMYK
RGB Variations
Color information
#F574C4 (or 0xF574C4) is known color: Neon Pink. HEX triplet: F5, 74 and C4. RGB value is (245,116,196). Sum of RGB (Red+Green+Blue) = 245+116+196=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F574C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574C4 is #0A8B3B. Grayscale: #A3A3A3. Windows color (decimal): -691004 or 12874997. OLE color: 12874997.
HSL color Cylindrical-coordinate representation of color #F574C4: hue angle of 322.79º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574C4 is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 196 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.04 |
| HSL | 322.79º | 0.87% | 0.71% | - |
| HSV(B) | 322.79º | 0.53% | 0.96% | - |
| XYZ | 53.87 | 35.89 | 56.31 | - |
| YUV | 163.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 196 | 0 | 0.53 | 0.2 | 0.04 | 322.79 | 0.87 | 0.71 |
| Hex | F5 | 74 | C4 | 0 | 35 | 14 | 4 | 143 | 57 | 47 |
| Octal | 365 | 164 | 304 | 0 | 65 | 24 | 4 | 503 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11000100 | 0 | 110101 | 10100 | 100 | 101000011 | 1010111 | 1000111 |
Color Harmonies of #F574C4
Complementary color
Monochromatic Colors of #F574C4
Black with #F574C4
Text Example
Text Example
White with #F574C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574C4; }
p { color: rgb(245,116,196); }
H1.HeaderClassName
{
color: #F574C4;
}
.AnyTagClassName
{
color: #F574C4;
}
</style>
background-color css
<style>
a { background-color: #F574C4; }
a { background-color: rgb(245,116,196); }
div.DivClassName
{
background-color: #F574C4;
}
.BgClassName
{
background-color: #F574C4;
}
</style>
border-color css
<style>
span { border-color: #F574C4; }
span { border-color: rgb(245,116,196); }
td.TdClassName
{
border-color: #F574C4;
}
.TagClassName
{
border-color: #F574C4;
}
</style>