Shades of Neon Pink #FF5CCE
Tints of Neon Pink #FF5CCE
RGB
CMYK
RGB Variations
Color information
#FF5CCE (or 0xFF5CCE) is known color: Neon Pink. HEX triplet: FF, 5C and CE. RGB value is (255,92,206). Sum of RGB (Red+Green+Blue) = 255+92+206=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CCE is #00A331. Grayscale: #999999. Windows color (decimal): -41778 or 13524223. OLE color: 13524223.
HSL color Cylindrical-coordinate representation of color #FF5CCE: hue angle of 318.04º 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 #FF5CCE is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 206 | - |
| CMYK | 0 | 0.64 | 0.19 | 0 |
| HSL | 318.04º | 1% | 0.68% | - |
| HSV(B) | 318.04º | 0.64% | 1% | - |
| XYZ | 56.21 | 33.37 | 61.87 | - |
| YUV | 153.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 206 | 0 | 0.64 | 0.19 | 0 | 318.04 | 1 | 0.68 |
| Hex | FF | 5C | CE | 0 | 40 | 13 | 0 | 13E | 64 | 44 |
| Octal | 377 | 134 | 316 | 0 | 100 | 23 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11001110 | 0 | 1000000 | 10011 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5CCE
Complementary color
Monochromatic Colors of #FF5CCE
Black with #FF5CCE
Text Example
Text Example
White with #FF5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CCE; }
p { color: rgb(255,92,206); }
H1.HeaderClassName
{
color: #FF5CCE;
}
.AnyTagClassName
{
color: #FF5CCE;
}
</style>
background-color css
<style>
a { background-color: #FF5CCE; }
a { background-color: rgb(255,92,206); }
div.DivClassName
{
background-color: #FF5CCE;
}
.BgClassName
{
background-color: #FF5CCE;
}
</style>
border-color css
<style>
span { border-color: #FF5CCE; }
span { border-color: rgb(255,92,206); }
td.TdClassName
{
border-color: #FF5CCE;
}
.TagClassName
{
border-color: #FF5CCE;
}
</style>