Shades of Neon Pink #F574C8
Tints of Neon Pink #F574C8
RGB
CMYK
RGB Variations
Color information
#F574C8 (or 0xF574C8) is known color: Neon Pink. HEX triplet: F5, 74 and C8. RGB value is (245,116,200). Sum of RGB (Red+Green+Blue) = 245+116+200=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F574C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574C8 is #0A8B37. Grayscale: #A3A3A3. Windows color (decimal): -691000 or 13137141. OLE color: 13137141.
HSL color Cylindrical-coordinate representation of color #F574C8: hue angle of 320.93º 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 #F574C8 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 200 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.04 |
| HSL | 320.93º | 0.87% | 0.71% | - |
| HSV(B) | 320.93º | 0.53% | 0.96% | - |
| XYZ | 54.33 | 36.07 | 58.74 | - |
| YUV | 164.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 200 | 0 | 0.53 | 0.18 | 0.04 | 320.93 | 0.87 | 0.71 |
| Hex | F5 | 74 | C8 | 0 | 35 | 12 | 4 | 141 | 57 | 47 |
| Octal | 365 | 164 | 310 | 0 | 65 | 22 | 4 | 501 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11001000 | 0 | 110101 | 10010 | 100 | 101000001 | 1010111 | 1000111 |
Color Harmonies of #F574C8
Complementary color
Monochromatic Colors of #F574C8
Black with #F574C8
Text Example
Text Example
White with #F574C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574C8; }
p { color: rgb(245,116,200); }
H1.HeaderClassName
{
color: #F574C8;
}
.AnyTagClassName
{
color: #F574C8;
}
</style>
background-color css
<style>
a { background-color: #F574C8; }
a { background-color: rgb(245,116,200); }
div.DivClassName
{
background-color: #F574C8;
}
.BgClassName
{
background-color: #F574C8;
}
</style>
border-color css
<style>
span { border-color: #F574C8; }
span { border-color: rgb(245,116,200); }
td.TdClassName
{
border-color: #F574C8;
}
.TagClassName
{
border-color: #F574C8;
}
</style>