Shades of Neon Pink #F569CF
Tints of Neon Pink #F569CF
RGB
CMYK
RGB Variations
Color information
#F569CF (or 0xF569CF) is known color: Neon Pink. HEX triplet: F5, 69 and CF. RGB value is (245,105,207). Sum of RGB (Red+Green+Blue) = 245+105+207=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F569CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F569CF is #0A9630. Grayscale: #9E9E9E. Windows color (decimal): -693809 or 13593077. OLE color: 13593077.
HSL color Cylindrical-coordinate representation of color #F569CF: hue angle of 316.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569CF is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 207 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.04 |
| HSL | 316.29º | 0.88% | 0.69% | - |
| HSV(B) | 316.29º | 0.57% | 0.96% | - |
| XYZ | 53.97 | 34.02 | 62.75 | - |
| YUV | 158.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 207 | 0 | 0.57 | 0.16 | 0.04 | 316.29 | 0.88 | 0.69 |
| Hex | F5 | 69 | CF | 0 | 39 | 10 | 4 | 13C | 58 | 45 |
| Octal | 365 | 151 | 317 | 0 | 71 | 20 | 4 | 474 | 130 | 105 |
| Binary | 11110101 | 1101001 | 11001111 | 0 | 111001 | 10000 | 100 | 100111100 | 1011000 | 1000101 |
Color Harmonies of #F569CF
Complementary color
Monochromatic Colors of #F569CF
Black with #F569CF
Text Example
Text Example
White with #F569CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569CF; }
p { color: rgb(245,105,207); }
H1.HeaderClassName
{
color: #F569CF;
}
.AnyTagClassName
{
color: #F569CF;
}
</style>
background-color css
<style>
a { background-color: #F569CF; }
a { background-color: rgb(245,105,207); }
div.DivClassName
{
background-color: #F569CF;
}
.BgClassName
{
background-color: #F569CF;
}
</style>
border-color css
<style>
span { border-color: #F569CF; }
span { border-color: rgb(245,105,207); }
td.TdClassName
{
border-color: #F569CF;
}
.TagClassName
{
border-color: #F569CF;
}
</style>