Shades of Neon Pink #F566D5
Tints of Neon Pink #F566D5
RGB
CMYK
RGB Variations
Color information
#F566D5 (or 0xF566D5) is known color: Neon Pink. HEX triplet: F5, 66 and D5. RGB value is (245,102,213). Sum of RGB (Red+Green+Blue) = 245+102+213=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F566D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566D5 is #0A992A. Grayscale: #9D9D9D. Windows color (decimal): -694571 or 13985525. OLE color: 13985525.
HSL color Cylindrical-coordinate representation of color #F566D5: hue angle of 313.43º 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 #F566D5 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 213 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.04 |
| HSL | 313.43º | 0.88% | 0.68% | - |
| HSV(B) | 313.43º | 0.58% | 0.96% | - |
| XYZ | 54.42 | 33.72 | 66.59 | - |
| YUV | 157.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 213 | 0 | 0.58 | 0.13 | 0.04 | 313.43 | 0.88 | 0.68 |
| Hex | F5 | 66 | D5 | 0 | 3A | D | 4 | 139 | 58 | 44 |
| Octal | 365 | 146 | 325 | 0 | 72 | 15 | 4 | 471 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11010101 | 0 | 111010 | 1101 | 100 | 100111001 | 1011000 | 1000100 |
Color Harmonies of #F566D5
Complementary color
Monochromatic Colors of #F566D5
Black with #F566D5
Text Example
Text Example
White with #F566D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566D5; }
p { color: rgb(245,102,213); }
H1.HeaderClassName
{
color: #F566D5;
}
.AnyTagClassName
{
color: #F566D5;
}
</style>
background-color css
<style>
a { background-color: #F566D5; }
a { background-color: rgb(245,102,213); }
div.DivClassName
{
background-color: #F566D5;
}
.BgClassName
{
background-color: #F566D5;
}
</style>
border-color css
<style>
span { border-color: #F566D5; }
span { border-color: rgb(245,102,213); }
td.TdClassName
{
border-color: #F566D5;
}
.TagClassName
{
border-color: #F566D5;
}
</style>