Shades of Neon Pink #F568C8
Tints of Neon Pink #F568C8
RGB
CMYK
RGB Variations
Color information
#F568C8 (or 0xF568C8) is known color: Neon Pink. HEX triplet: F5, 68 and C8. RGB value is (245,104,200). Sum of RGB (Red+Green+Blue) = 245+104+200=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F568C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568C8 is #0A9737. Grayscale: #9C9C9C. Windows color (decimal): -694072 or 13134069. OLE color: 13134069.
HSL color Cylindrical-coordinate representation of color #F568C8: hue angle of 319.15º 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 #F568C8 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 200 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.04 |
| HSL | 319.15º | 0.88% | 0.68% | - |
| HSV(B) | 319.15º | 0.58% | 0.96% | - |
| XYZ | 53.03 | 33.48 | 58.31 | - |
| YUV | 157.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 200 | 0 | 0.58 | 0.18 | 0.04 | 319.15 | 0.88 | 0.68 |
| Hex | F5 | 68 | C8 | 0 | 3A | 12 | 4 | 13F | 58 | 44 |
| Octal | 365 | 150 | 310 | 0 | 72 | 22 | 4 | 477 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11001000 | 0 | 111010 | 10010 | 100 | 100111111 | 1011000 | 1000100 |
Color Harmonies of #F568C8
Complementary color
Monochromatic Colors of #F568C8
Black with #F568C8
Text Example
Text Example
White with #F568C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568C8; }
p { color: rgb(245,104,200); }
H1.HeaderClassName
{
color: #F568C8;
}
.AnyTagClassName
{
color: #F568C8;
}
</style>
background-color css
<style>
a { background-color: #F568C8; }
a { background-color: rgb(245,104,200); }
div.DivClassName
{
background-color: #F568C8;
}
.BgClassName
{
background-color: #F568C8;
}
</style>
border-color css
<style>
span { border-color: #F568C8; }
span { border-color: rgb(245,104,200); }
td.TdClassName
{
border-color: #F568C8;
}
.TagClassName
{
border-color: #F568C8;
}
</style>