Shades of Neon Pink #F566D3
Tints of Neon Pink #F566D3
RGB
CMYK
RGB Variations
Color information
#F566D3 (or 0xF566D3) is known color: Neon Pink. HEX triplet: F5, 66 and D3. RGB value is (245,102,211). Sum of RGB (Red+Green+Blue) = 245+102+211=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F566D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566D3 is #0A992C. Grayscale: #9C9C9C. Windows color (decimal): -694573 or 13854453. OLE color: 13854453.
HSL color Cylindrical-coordinate representation of color #F566D3: hue angle of 314.27º 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 #F566D3 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 211 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.04 |
| HSL | 314.27º | 0.88% | 0.68% | - |
| HSV(B) | 314.27º | 0.58% | 0.96% | - |
| XYZ | 54.17 | 33.62 | 65.26 | - |
| YUV | 157.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 211 | 0 | 0.58 | 0.14 | 0.04 | 314.27 | 0.88 | 0.68 |
| Hex | F5 | 66 | D3 | 0 | 3A | E | 4 | 13A | 58 | 44 |
| Octal | 365 | 146 | 323 | 0 | 72 | 16 | 4 | 472 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11010011 | 0 | 111010 | 1110 | 100 | 100111010 | 1011000 | 1000100 |
Color Harmonies of #F566D3
Complementary color
Monochromatic Colors of #F566D3
Black with #F566D3
Text Example
Text Example
White with #F566D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566D3; }
p { color: rgb(245,102,211); }
H1.HeaderClassName
{
color: #F566D3;
}
.AnyTagClassName
{
color: #F566D3;
}
</style>
background-color css
<style>
a { background-color: #F566D3; }
a { background-color: rgb(245,102,211); }
div.DivClassName
{
background-color: #F566D3;
}
.BgClassName
{
background-color: #F566D3;
}
</style>
border-color css
<style>
span { border-color: #F566D3; }
span { border-color: rgb(245,102,211); }
td.TdClassName
{
border-color: #F566D3;
}
.TagClassName
{
border-color: #F566D3;
}
</style>