Shades of Neon Pink #F565C5
Tints of Neon Pink #F565C5
RGB
CMYK
RGB Variations
Color information
#F565C5 (or 0xF565C5) is known color: Neon Pink. HEX triplet: F5, 65 and C5. RGB value is (245,101,197). Sum of RGB (Red+Green+Blue) = 245+101+197=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F565C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565C5 is #0A9A3A. Grayscale: #9A9A9A. Windows color (decimal): -694843 or 12936693. OLE color: 12936693.
HSL color Cylindrical-coordinate representation of color #F565C5: hue angle of 320º 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 #F565C5 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 197 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.04 |
| HSL | 320º | 0.88% | 0.68% | - |
| HSV(B) | 320º | 0.59% | 0.96% | - |
| XYZ | 52.39 | 32.75 | 56.38 | - |
| YUV | 155 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 197 | 0 | 0.59 | 0.20 | 0.04 | 320 | 0.88 | 0.68 |
| Hex | F5 | 65 | C5 | 0 | 3B | 14 | 4 | 140 | 58 | 44 |
| Octal | 365 | 145 | 305 | 0 | 73 | 24 | 4 | 500 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11000101 | 0 | 111011 | 10100 | 100 | 101000000 | 1011000 | 1000100 |
Color Harmonies of #F565C5
Complementary color
Monochromatic Colors of #F565C5
Black with #F565C5
Text Example
Text Example
White with #F565C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565C5; }
p { color: rgb(245,101,197); }
H1.HeaderClassName
{
color: #F565C5;
}
.AnyTagClassName
{
color: #F565C5;
}
</style>
background-color css
<style>
a { background-color: #F565C5; }
a { background-color: rgb(245,101,197); }
div.DivClassName
{
background-color: #F565C5;
}
.BgClassName
{
background-color: #F565C5;
}
</style>
border-color css
<style>
span { border-color: #F565C5; }
span { border-color: rgb(245,101,197); }
td.TdClassName
{
border-color: #F565C5;
}
.TagClassName
{
border-color: #F565C5;
}
</style>