Shades of Neon Pink #F566CD
Tints of Neon Pink #F566CD
RGB
CMYK
RGB Variations
Color information
#F566CD (or 0xF566CD) is known color: Neon Pink. HEX triplet: F5, 66 and CD. RGB value is (245,102,205). Sum of RGB (Red+Green+Blue) = 245+102+205=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F566CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566CD is #0A9932. Grayscale: #9C9C9C. Windows color (decimal): -694579 or 13461237. OLE color: 13461237.
HSL color Cylindrical-coordinate representation of color #F566CD: hue angle of 316.78º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F566CD is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 205 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.04 |
| HSL | 316.78º | 0.88% | 0.68% | - |
| HSV(B) | 316.78º | 0.58% | 0.96% | - |
| XYZ | 53.43 | 33.32 | 61.37 | - |
| YUV | 156.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 205 | 0 | 0.58 | 0.16 | 0.04 | 316.78 | 0.88 | 0.68 |
| Hex | F5 | 66 | CD | 0 | 3A | 10 | 4 | 13D | 58 | 44 |
| Octal | 365 | 146 | 315 | 0 | 72 | 20 | 4 | 475 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11001101 | 0 | 111010 | 10000 | 100 | 100111101 | 1011000 | 1000100 |
Color Harmonies of #F566CD
Complementary color
Monochromatic Colors of #F566CD
Black with #F566CD
Text Example
Text Example
White with #F566CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566CD; }
p { color: rgb(245,102,205); }
H1.HeaderClassName
{
color: #F566CD;
}
.AnyTagClassName
{
color: #F566CD;
}
</style>
background-color css
<style>
a { background-color: #F566CD; }
a { background-color: rgb(245,102,205); }
div.DivClassName
{
background-color: #F566CD;
}
.BgClassName
{
background-color: #F566CD;
}
</style>
border-color css
<style>
span { border-color: #F566CD; }
span { border-color: rgb(245,102,205); }
td.TdClassName
{
border-color: #F566CD;
}
.TagClassName
{
border-color: #F566CD;
}
</style>