Shades of Neon Pink #F577D3
Tints of Neon Pink #F577D3
RGB
CMYK
RGB Variations
Color information
#F577D3 (or 0xF577D3) is known color: Neon Pink. HEX triplet: F5, 77 and D3. RGB value is (245,119,211). Sum of RGB (Red+Green+Blue) = 245+119+211=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F577D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577D3 is #0A882C. Grayscale: #A6A6A6. Windows color (decimal): -690221 or 13858805. OLE color: 13858805.
HSL color Cylindrical-coordinate representation of color #F577D3: hue angle of 316.19º 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 #F577D3 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 211 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.04 |
| HSL | 316.19º | 0.86% | 0.71% | - |
| HSV(B) | 316.19º | 0.51% | 0.96% | - |
| XYZ | 56.01 | 37.31 | 65.88 | - |
| YUV | 167.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 211 | 0 | 0.51 | 0.14 | 0.04 | 316.19 | 0.86 | 0.71 |
| Hex | F5 | 77 | D3 | 0 | 33 | E | 4 | 13C | 56 | 47 |
| Octal | 365 | 167 | 323 | 0 | 63 | 16 | 4 | 474 | 126 | 107 |
| Binary | 11110101 | 1110111 | 11010011 | 0 | 110011 | 1110 | 100 | 100111100 | 1010110 | 1000111 |
Color Harmonies of #F577D3
Complementary color
Monochromatic Colors of #F577D3
Black with #F577D3
Text Example
Text Example
White with #F577D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F577D3; }
p { color: rgb(245,119,211); }
H1.HeaderClassName
{
color: #F577D3;
}
.AnyTagClassName
{
color: #F577D3;
}
</style>
background-color css
<style>
a { background-color: #F577D3; }
a { background-color: rgb(245,119,211); }
div.DivClassName
{
background-color: #F577D3;
}
.BgClassName
{
background-color: #F577D3;
}
</style>
border-color css
<style>
span { border-color: #F577D3; }
span { border-color: rgb(245,119,211); }
td.TdClassName
{
border-color: #F577D3;
}
.TagClassName
{
border-color: #F577D3;
}
</style>