Shades of Neon Pink #FF5FCC
Tints of Neon Pink #FF5FCC
RGB
CMYK
RGB Variations
Color information
#FF5FCC (or 0xFF5FCC) is known color: Neon Pink. HEX triplet: FF, 5F and CC. RGB value is (255,95,204). Sum of RGB (Red+Green+Blue) = 255+95+204=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 95 (37.5% from 255 or 17.15% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FCC is #00A033. Grayscale: #9A9A9A. Windows color (decimal): -41012 or 13393919. OLE color: 13393919.
HSL color Cylindrical-coordinate representation of color #FF5FCC: hue angle of 319.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FCC is Cyan = 0, Magento = 0.63, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 204 | - |
| CMYK | 0 | 0.63 | 0.2 | 0 |
| HSL | 319.13º | 1% | 0.69% | - |
| HSV(B) | 319.13º | 0.63% | 1% | - |
| XYZ | 56.23 | 33.8 | 60.69 | - |
| YUV | 155.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 204 | 0 | 0.63 | 0.2 | 0 | 319.13 | 1 | 0.69 |
| Hex | FF | 5F | CC | 0 | 3F | 14 | 0 | 13F | 64 | 45 |
| Octal | 377 | 137 | 314 | 0 | 77 | 24 | 0 | 477 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11001100 | 0 | 111111 | 10100 | 0 | 100111111 | 1100100 | 1000101 |
Color Harmonies of #FF5FCC
Complementary color
Monochromatic Colors of #FF5FCC
Black with #FF5FCC
Text Example
Text Example
White with #FF5FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FCC; }
p { color: rgb(255,95,204); }
H1.HeaderClassName
{
color: #FF5FCC;
}
.AnyTagClassName
{
color: #FF5FCC;
}
</style>
background-color css
<style>
a { background-color: #FF5FCC; }
a { background-color: rgb(255,95,204); }
div.DivClassName
{
background-color: #FF5FCC;
}
.BgClassName
{
background-color: #FF5FCC;
}
</style>
border-color css
<style>
span { border-color: #FF5FCC; }
span { border-color: rgb(255,95,204); }
td.TdClassName
{
border-color: #FF5FCC;
}
.TagClassName
{
border-color: #FF5FCC;
}
</style>