Shades of Neon Pink #FF5ACF
Tints of Neon Pink #FF5ACF
RGB
CMYK
RGB Variations
Color information
#FF5ACF (or 0xFF5ACF) is known color: Neon Pink. HEX triplet: FF, 5A and CF. RGB value is (255,90,207). Sum of RGB (Red+Green+Blue) = 255+90+207=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ACF is #00A530. Grayscale: #989898. Windows color (decimal): -42289 or 13589247. OLE color: 13589247.
HSL color Cylindrical-coordinate representation of color #FF5ACF: hue angle of 317.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5ACF is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 207 | - |
| CMYK | 0 | 0.65 | 0.19 | 0 |
| HSL | 317.45º | 1% | 0.68% | - |
| HSV(B) | 317.45º | 0.65% | 1% | - |
| XYZ | 56.16 | 33.08 | 62.46 | - |
| YUV | 152.67 | 158.66 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 207 | 0 | 0.65 | 0.19 | 0 | 317.45 | 1 | 0.68 |
| Hex | FF | 5A | CF | 0 | 41 | 13 | 0 | 13D | 64 | 44 |
| Octal | 377 | 132 | 317 | 0 | 101 | 23 | 0 | 475 | 144 | 104 |
| Binary | 11111111 | 1011010 | 11001111 | 0 | 1000001 | 10011 | 0 | 100111101 | 1100100 | 1000100 |
Color Harmonies of #FF5ACF
Complementary color
Monochromatic Colors of #FF5ACF
Black with #FF5ACF
Text Example
Text Example
White with #FF5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ACF; }
p { color: rgb(255,90,207); }
H1.HeaderClassName
{
color: #FF5ACF;
}
.AnyTagClassName
{
color: #FF5ACF;
}
</style>
background-color css
<style>
a { background-color: #FF5ACF; }
a { background-color: rgb(255,90,207); }
div.DivClassName
{
background-color: #FF5ACF;
}
.BgClassName
{
background-color: #FF5ACF;
}
</style>
border-color css
<style>
span { border-color: #FF5ACF; }
span { border-color: rgb(255,90,207); }
td.TdClassName
{
border-color: #FF5ACF;
}
.TagClassName
{
border-color: #FF5ACF;
}
</style>