Shades of Neon Pink #FF5CC3
Tints of Neon Pink #FF5CC3
RGB
CMYK
RGB Variations
Color information
#FF5CC3 (or 0xFF5CC3) is known color: Neon Pink. HEX triplet: FF, 5C and C3. RGB value is (255,92,195). Sum of RGB (Red+Green+Blue) = 255+92+195=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC3 is #00A33C. Grayscale: #989898. Windows color (decimal): -41789 or 12803327. OLE color: 12803327.
HSL color Cylindrical-coordinate representation of color #FF5CC3: hue angle of 322.09º 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 #FF5CC3 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 195 | - |
| CMYK | 0 | 0.64 | 0.24 | 0 |
| HSL | 322.09º | 1% | 0.68% | - |
| HSV(B) | 322.09º | 0.64% | 1% | - |
| XYZ | 54.92 | 32.85 | 55.08 | - |
| YUV | 152.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 195 | 0 | 0.64 | 0.24 | 0 | 322.09 | 1 | 0.68 |
| Hex | FF | 5C | C3 | 0 | 40 | 18 | 0 | 142 | 64 | 44 |
| Octal | 377 | 134 | 303 | 0 | 100 | 30 | 0 | 502 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11000011 | 0 | 1000000 | 11000 | 0 | 101000010 | 1100100 | 1000100 |
Color Harmonies of #FF5CC3
Complementary color
Monochromatic Colors of #FF5CC3
Black with #FF5CC3
Text Example
Text Example
White with #FF5CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CC3; }
p { color: rgb(255,92,195); }
H1.HeaderClassName
{
color: #FF5CC3;
}
.AnyTagClassName
{
color: #FF5CC3;
}
</style>
background-color css
<style>
a { background-color: #FF5CC3; }
a { background-color: rgb(255,92,195); }
div.DivClassName
{
background-color: #FF5CC3;
}
.BgClassName
{
background-color: #FF5CC3;
}
</style>
border-color css
<style>
span { border-color: #FF5CC3; }
span { border-color: rgb(255,92,195); }
td.TdClassName
{
border-color: #FF5CC3;
}
.TagClassName
{
border-color: #FF5CC3;
}
</style>