Shades of Neon Pink #F565CF
Tints of Neon Pink #F565CF
RGB
CMYK
RGB Variations
Color information
#F565CF (or 0xF565CF) is known color: Neon Pink. HEX triplet: F5, 65 and CF. RGB value is (245,101,207). Sum of RGB (Red+Green+Blue) = 245+101+207=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F565CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565CF is #0A9A30. Grayscale: #9B9B9B. Windows color (decimal): -694833 or 13592053. OLE color: 13592053.
HSL color Cylindrical-coordinate representation of color #F565CF: hue angle of 315.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565CF is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 207 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.04 |
| HSL | 315.83º | 0.88% | 0.68% | - |
| HSV(B) | 315.83º | 0.59% | 0.96% | - |
| XYZ | 53.57 | 33.22 | 62.62 | - |
| YUV | 156.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 207 | 0 | 0.59 | 0.16 | 0.04 | 315.83 | 0.88 | 0.68 |
| Hex | F5 | 65 | CF | 0 | 3B | 10 | 4 | 13C | 58 | 44 |
| Octal | 365 | 145 | 317 | 0 | 73 | 20 | 4 | 474 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11001111 | 0 | 111011 | 10000 | 100 | 100111100 | 1011000 | 1000100 |
Color Harmonies of #F565CF
Complementary color
Monochromatic Colors of #F565CF
Black with #F565CF
Text Example
Text Example
White with #F565CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565CF; }
p { color: rgb(245,101,207); }
H1.HeaderClassName
{
color: #F565CF;
}
.AnyTagClassName
{
color: #F565CF;
}
</style>
background-color css
<style>
a { background-color: #F565CF; }
a { background-color: rgb(245,101,207); }
div.DivClassName
{
background-color: #F565CF;
}
.BgClassName
{
background-color: #F565CF;
}
</style>
border-color css
<style>
span { border-color: #F565CF; }
span { border-color: rgb(245,101,207); }
td.TdClassName
{
border-color: #F565CF;
}
.TagClassName
{
border-color: #F565CF;
}
</style>