Shades of Neon Pink #FF5CC4
Tints of Neon Pink #FF5CC4
RGB
CMYK
RGB Variations
Color information
#FF5CC4 (or 0xFF5CC4) is known color: Neon Pink. HEX triplet: FF, 5C and C4. RGB value is (255,92,196). Sum of RGB (Red+Green+Blue) = 255+92+196=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC4 is #00A33B. Grayscale: #989898. Windows color (decimal): -41788 or 12868863. OLE color: 12868863.
HSL color Cylindrical-coordinate representation of color #FF5CC4: hue angle of 321.72º 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 #FF5CC4 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 196 | - |
| CMYK | 0 | 0.64 | 0.23 | 0 |
| HSL | 321.72º | 1% | 0.68% | - |
| HSV(B) | 321.72º | 0.64% | 1% | - |
| XYZ | 55.03 | 32.9 | 55.67 | - |
| YUV | 152.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 196 | 0 | 0.64 | 0.23 | 0 | 321.72 | 1 | 0.68 |
| Hex | FF | 5C | C4 | 0 | 40 | 17 | 0 | 142 | 64 | 44 |
| Octal | 377 | 134 | 304 | 0 | 100 | 27 | 0 | 502 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11000100 | 0 | 1000000 | 10111 | 0 | 101000010 | 1100100 | 1000100 |
Color Harmonies of #FF5CC4
Complementary color
Monochromatic Colors of #FF5CC4
Black with #FF5CC4
Text Example
Text Example
White with #FF5CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CC4; }
p { color: rgb(255,92,196); }
H1.HeaderClassName
{
color: #FF5CC4;
}
.AnyTagClassName
{
color: #FF5CC4;
}
</style>
background-color css
<style>
a { background-color: #FF5CC4; }
a { background-color: rgb(255,92,196); }
div.DivClassName
{
background-color: #FF5CC4;
}
.BgClassName
{
background-color: #FF5CC4;
}
</style>
border-color css
<style>
span { border-color: #FF5CC4; }
span { border-color: rgb(255,92,196); }
td.TdClassName
{
border-color: #FF5CC4;
}
.TagClassName
{
border-color: #FF5CC4;
}
</style>