Shades of Neon Pink #F566C0
Tints of Neon Pink #F566C0
RGB
CMYK
RGB Variations
Color information
#F566C0 (or 0xF566C0) is known color: Neon Pink. HEX triplet: F5, 66 and C0. RGB value is (245,102,192). Sum of RGB (Red+Green+Blue) = 245+102+192=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F566C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566C0 is #0A993F. Grayscale: #9A9A9A. Windows color (decimal): -694592 or 12609269. OLE color: 12609269.
HSL color Cylindrical-coordinate representation of color #F566C0: hue angle of 322.24º 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 #F566C0 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 192 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.04 |
| HSL | 322.24º | 0.88% | 0.68% | - |
| HSV(B) | 322.24º | 0.58% | 0.96% | - |
| XYZ | 51.92 | 32.72 | 53.45 | - |
| YUV | 155.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 192 | 0 | 0.58 | 0.22 | 0.04 | 322.24 | 0.88 | 0.68 |
| Hex | F5 | 66 | C0 | 0 | 3A | 16 | 4 | 142 | 58 | 44 |
| Octal | 365 | 146 | 300 | 0 | 72 | 26 | 4 | 502 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11000000 | 0 | 111010 | 10110 | 100 | 101000010 | 1011000 | 1000100 |
Color Harmonies of #F566C0
Complementary color
Monochromatic Colors of #F566C0
Black with #F566C0
Text Example
Text Example
White with #F566C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566C0; }
p { color: rgb(245,102,192); }
H1.HeaderClassName
{
color: #F566C0;
}
.AnyTagClassName
{
color: #F566C0;
}
</style>
background-color css
<style>
a { background-color: #F566C0; }
a { background-color: rgb(245,102,192); }
div.DivClassName
{
background-color: #F566C0;
}
.BgClassName
{
background-color: #F566C0;
}
</style>
border-color css
<style>
span { border-color: #F566C0; }
span { border-color: rgb(245,102,192); }
td.TdClassName
{
border-color: #F566C0;
}
.TagClassName
{
border-color: #F566C0;
}
</style>