Shades of Neon Pink #F568CB
Tints of Neon Pink #F568CB
RGB
CMYK
RGB Variations
Color information
#F568CB (or 0xF568CB) is known color: Neon Pink. HEX triplet: F5, 68 and CB. RGB value is (245,104,203). Sum of RGB (Red+Green+Blue) = 245+104+203=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F568CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568CB is #0A9734. Grayscale: #9D9D9D. Windows color (decimal): -694069 or 13330677. OLE color: 13330677.
HSL color Cylindrical-coordinate representation of color #F568CB: hue angle of 317.87º 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 #F568CB is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 203 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.04 |
| HSL | 317.87º | 0.88% | 0.68% | - |
| HSV(B) | 317.87º | 0.58% | 0.96% | - |
| XYZ | 53.39 | 33.62 | 60.18 | - |
| YUV | 157.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 203 | 0 | 0.58 | 0.17 | 0.04 | 317.87 | 0.88 | 0.68 |
| Hex | F5 | 68 | CB | 0 | 3A | 11 | 4 | 13E | 58 | 44 |
| Octal | 365 | 150 | 313 | 0 | 72 | 21 | 4 | 476 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11001011 | 0 | 111010 | 10001 | 100 | 100111110 | 1011000 | 1000100 |
Color Harmonies of #F568CB
Complementary color
Monochromatic Colors of #F568CB
Black with #F568CB
Text Example
Text Example
White with #F568CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568CB; }
p { color: rgb(245,104,203); }
H1.HeaderClassName
{
color: #F568CB;
}
.AnyTagClassName
{
color: #F568CB;
}
</style>
background-color css
<style>
a { background-color: #F568CB; }
a { background-color: rgb(245,104,203); }
div.DivClassName
{
background-color: #F568CB;
}
.BgClassName
{
background-color: #F568CB;
}
</style>
border-color css
<style>
span { border-color: #F568CB; }
span { border-color: rgb(245,104,203); }
td.TdClassName
{
border-color: #F568CB;
}
.TagClassName
{
border-color: #F568CB;
}
</style>