Shades of Neon Pink #F569CB
Tints of Neon Pink #F569CB
RGB
CMYK
RGB Variations
Color information
#F569CB (or 0xF569CB) is known color: Neon Pink. HEX triplet: F5, 69 and CB. RGB value is (245,105,203). Sum of RGB (Red+Green+Blue) = 245+105+203=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F569CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F569CB is #0A9634. Grayscale: #9D9D9D. Windows color (decimal): -693813 or 13330933. OLE color: 13330933.
HSL color Cylindrical-coordinate representation of color #F569CB: hue angle of 318º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569CB is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 203 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.04 |
| HSL | 318º | 0.88% | 0.69% | - |
| HSV(B) | 318º | 0.57% | 0.96% | - |
| XYZ | 53.49 | 33.83 | 60.21 | - |
| YUV | 158.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 203 | 0 | 0.57 | 0.17 | 0.04 | 318 | 0.88 | 0.69 |
| Hex | F5 | 69 | CB | 0 | 39 | 11 | 4 | 13E | 58 | 45 |
| Octal | 365 | 151 | 313 | 0 | 71 | 21 | 4 | 476 | 130 | 105 |
| Binary | 11110101 | 1101001 | 11001011 | 0 | 111001 | 10001 | 100 | 100111110 | 1011000 | 1000101 |
Color Harmonies of #F569CB
Complementary color
Monochromatic Colors of #F569CB
Black with #F569CB
Text Example
Text Example
White with #F569CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569CB; }
p { color: rgb(245,105,203); }
H1.HeaderClassName
{
color: #F569CB;
}
.AnyTagClassName
{
color: #F569CB;
}
</style>
background-color css
<style>
a { background-color: #F569CB; }
a { background-color: rgb(245,105,203); }
div.DivClassName
{
background-color: #F569CB;
}
.BgClassName
{
background-color: #F569CB;
}
</style>
border-color css
<style>
span { border-color: #F569CB; }
span { border-color: rgb(245,105,203); }
td.TdClassName
{
border-color: #F569CB;
}
.TagClassName
{
border-color: #F569CB;
}
</style>