Shades of Neon Pink #F577CB
Tints of Neon Pink #F577CB
RGB
CMYK
RGB Variations
Color information
#F577CB (or 0xF577CB) is known color: Neon Pink. HEX triplet: F5, 77 and CB. RGB value is (245,119,203). Sum of RGB (Red+Green+Blue) = 245+119+203=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F577CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577CB is #0A8834. Grayscale: #A6A6A6. Windows color (decimal): -690229 or 13334517. OLE color: 13334517.
HSL color Cylindrical-coordinate representation of color #F577CB: hue angle of 320º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F577CB is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 203 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.04 |
| HSL | 320º | 0.86% | 0.71% | - |
| HSV(B) | 320º | 0.51% | 0.96% | - |
| XYZ | 55.03 | 36.92 | 60.73 | - |
| YUV | 166.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 203 | 0 | 0.51 | 0.17 | 0.04 | 320 | 0.86 | 0.71 |
| Hex | F5 | 77 | CB | 0 | 33 | 11 | 4 | 140 | 56 | 47 |
| Octal | 365 | 167 | 313 | 0 | 63 | 21 | 4 | 500 | 126 | 107 |
| Binary | 11110101 | 1110111 | 11001011 | 0 | 110011 | 10001 | 100 | 101000000 | 1010110 | 1000111 |
Color Harmonies of #F577CB
Complementary color
Monochromatic Colors of #F577CB
Black with #F577CB
Text Example
Text Example
White with #F577CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F577CB; }
p { color: rgb(245,119,203); }
H1.HeaderClassName
{
color: #F577CB;
}
.AnyTagClassName
{
color: #F577CB;
}
</style>
background-color css
<style>
a { background-color: #F577CB; }
a { background-color: rgb(245,119,203); }
div.DivClassName
{
background-color: #F577CB;
}
.BgClassName
{
background-color: #F577CB;
}
</style>
border-color css
<style>
span { border-color: #F577CB; }
span { border-color: rgb(245,119,203); }
td.TdClassName
{
border-color: #F577CB;
}
.TagClassName
{
border-color: #F577CB;
}
</style>