Shades of Neon Pink #F574CC
Tints of Neon Pink #F574CC
RGB
CMYK
RGB Variations
Color information
#F574CC (or 0xF574CC) is known color: Neon Pink. HEX triplet: F5, 74 and CC. RGB value is (245,116,204). Sum of RGB (Red+Green+Blue) = 245+116+204=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F574CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574CC is #0A8B33. Grayscale: #A4A4A4. Windows color (decimal): -690996 or 13399285. OLE color: 13399285.
HSL color Cylindrical-coordinate representation of color #F574CC: hue angle of 319.07º 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 #F574CC is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 204 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.04 |
| HSL | 319.07º | 0.87% | 0.71% | - |
| HSV(B) | 319.07º | 0.53% | 0.96% | - |
| XYZ | 54.8 | 36.26 | 61.24 | - |
| YUV | 164.6 | 150.24 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 204 | 0 | 0.53 | 0.17 | 0.04 | 319.07 | 0.87 | 0.71 |
| Hex | F5 | 74 | CC | 0 | 35 | 11 | 4 | 13F | 57 | 47 |
| Octal | 365 | 164 | 314 | 0 | 65 | 21 | 4 | 477 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11001100 | 0 | 110101 | 10001 | 100 | 100111111 | 1010111 | 1000111 |
Color Harmonies of #F574CC
Complementary color
Monochromatic Colors of #F574CC
Black with #F574CC
Text Example
Text Example
White with #F574CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574CC; }
p { color: rgb(245,116,204); }
H1.HeaderClassName
{
color: #F574CC;
}
.AnyTagClassName
{
color: #F574CC;
}
</style>
background-color css
<style>
a { background-color: #F574CC; }
a { background-color: rgb(245,116,204); }
div.DivClassName
{
background-color: #F574CC;
}
.BgClassName
{
background-color: #F574CC;
}
</style>
border-color css
<style>
span { border-color: #F574CC; }
span { border-color: rgb(245,116,204); }
td.TdClassName
{
border-color: #F574CC;
}
.TagClassName
{
border-color: #F574CC;
}
</style>