Shades of Neon Pink #FF5CCF
Tints of Neon Pink #FF5CCF
RGB
CMYK
RGB Variations
Color information
#FF5CCF (or 0xFF5CCF) is known color: Neon Pink. HEX triplet: FF, 5C and CF. RGB value is (255,92,207). Sum of RGB (Red+Green+Blue) = 255+92+207=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CCF is #00A330. Grayscale: #999999. Windows color (decimal): -41777 or 13589759. OLE color: 13589759.
HSL color Cylindrical-coordinate representation of color #FF5CCF: hue angle of 317.67º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CCF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 207 | - |
| CMYK | 0 | 0.64 | 0.19 | 0 |
| HSL | 317.67º | 1% | 0.68% | - |
| HSV(B) | 317.67º | 0.64% | 1% | - |
| XYZ | 56.33 | 33.42 | 62.51 | - |
| YUV | 153.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 207 | 0 | 0.64 | 0.19 | 0 | 317.67 | 1 | 0.68 |
| Hex | FF | 5C | CF | 0 | 40 | 13 | 0 | 13E | 64 | 44 |
| Octal | 377 | 134 | 317 | 0 | 100 | 23 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11001111 | 0 | 1000000 | 10011 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5CCF
Complementary color
Monochromatic Colors of #FF5CCF
Black with #FF5CCF
Text Example
Text Example
White with #FF5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CCF; }
p { color: rgb(255,92,207); }
H1.HeaderClassName
{
color: #FF5CCF;
}
.AnyTagClassName
{
color: #FF5CCF;
}
</style>
background-color css
<style>
a { background-color: #FF5CCF; }
a { background-color: rgb(255,92,207); }
div.DivClassName
{
background-color: #FF5CCF;
}
.BgClassName
{
background-color: #FF5CCF;
}
</style>
border-color css
<style>
span { border-color: #FF5CCF; }
span { border-color: rgb(255,92,207); }
td.TdClassName
{
border-color: #FF5CCF;
}
.TagClassName
{
border-color: #FF5CCF;
}
</style>