Shades of Neon Pink #F567CB
Tints of Neon Pink #F567CB
RGB
CMYK
RGB Variations
Color information
#F567CB (or 0xF567CB) is known color: Neon Pink. HEX triplet: F5, 67 and CB. RGB value is (245,103,203). Sum of RGB (Red+Green+Blue) = 245+103+203=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F567CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F567CB is #0A9834. Grayscale: #9C9C9C. Windows color (decimal): -694325 or 13330421. OLE color: 13330421.
HSL color Cylindrical-coordinate representation of color #F567CB: hue angle of 317.75º 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 #F567CB is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 203 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.04 |
| HSL | 317.75º | 0.88% | 0.68% | - |
| HSV(B) | 317.75º | 0.58% | 0.96% | - |
| XYZ | 53.29 | 33.42 | 60.14 | - |
| YUV | 156.86 | 154.04 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 203 | 0 | 0.58 | 0.17 | 0.04 | 317.75 | 0.88 | 0.68 |
| Hex | F5 | 67 | CB | 0 | 3A | 11 | 4 | 13E | 58 | 44 |
| Octal | 365 | 147 | 313 | 0 | 72 | 21 | 4 | 476 | 130 | 104 |
| Binary | 11110101 | 1100111 | 11001011 | 0 | 111010 | 10001 | 100 | 100111110 | 1011000 | 1000100 |
Color Harmonies of #F567CB
Complementary color
Monochromatic Colors of #F567CB
Black with #F567CB
Text Example
Text Example
White with #F567CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F567CB; }
p { color: rgb(245,103,203); }
H1.HeaderClassName
{
color: #F567CB;
}
.AnyTagClassName
{
color: #F567CB;
}
</style>
background-color css
<style>
a { background-color: #F567CB; }
a { background-color: rgb(245,103,203); }
div.DivClassName
{
background-color: #F567CB;
}
.BgClassName
{
background-color: #F567CB;
}
</style>
border-color css
<style>
span { border-color: #F567CB; }
span { border-color: rgb(245,103,203); }
td.TdClassName
{
border-color: #F567CB;
}
.TagClassName
{
border-color: #F567CB;
}
</style>