Shades of Neon Pink #F568C5
Tints of Neon Pink #F568C5
RGB
CMYK
RGB Variations
Color information
#F568C5 (or 0xF568C5) is known color: Neon Pink. HEX triplet: F5, 68 and C5. RGB value is (245,104,197). Sum of RGB (Red+Green+Blue) = 245+104+197=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F568C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568C5 is #0A973A. Grayscale: #9C9C9C. Windows color (decimal): -694075 or 12937461. OLE color: 12937461.
HSL color Cylindrical-coordinate representation of color #F568C5: hue angle of 320.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 #F568C5 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 197 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.04 |
| HSL | 320.43º | 0.88% | 0.68% | - |
| HSV(B) | 320.43º | 0.58% | 0.96% | - |
| XYZ | 52.68 | 33.34 | 56.48 | - |
| YUV | 156.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 197 | 0 | 0.58 | 0.20 | 0.04 | 320.43 | 0.88 | 0.68 |
| Hex | F5 | 68 | C5 | 0 | 3A | 14 | 4 | 140 | 58 | 44 |
| Octal | 365 | 150 | 305 | 0 | 72 | 24 | 4 | 500 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11000101 | 0 | 111010 | 10100 | 100 | 101000000 | 1011000 | 1000100 |
Color Harmonies of #F568C5
Complementary color
Monochromatic Colors of #F568C5
Black with #F568C5
Text Example
Text Example
White with #F568C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568C5; }
p { color: rgb(245,104,197); }
H1.HeaderClassName
{
color: #F568C5;
}
.AnyTagClassName
{
color: #F568C5;
}
</style>
background-color css
<style>
a { background-color: #F568C5; }
a { background-color: rgb(245,104,197); }
div.DivClassName
{
background-color: #F568C5;
}
.BgClassName
{
background-color: #F568C5;
}
</style>
border-color css
<style>
span { border-color: #F568C5; }
span { border-color: rgb(245,104,197); }
td.TdClassName
{
border-color: #F568C5;
}
.TagClassName
{
border-color: #F568C5;
}
</style>