Shades of Neon Pink #FF5DC5
Tints of Neon Pink #FF5DC5
RGB
CMYK
RGB Variations
Color information
#FF5DC5 (or 0xFF5DC5) is known color: Neon Pink. HEX triplet: FF, 5D and C5. RGB value is (255,93,197). Sum of RGB (Red+Green+Blue) = 255+93+197=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DC5 is #00A23A. Grayscale: #999999. Windows color (decimal): -41531 or 12934655. OLE color: 12934655.
HSL color Cylindrical-coordinate representation of color #FF5DC5: hue angle of 321.48º 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 #FF5DC5 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 197 | - |
| CMYK | 0 | 0.64 | 0.23 | 0 |
| HSL | 321.48º | 1% | 0.68% | - |
| HSV(B) | 321.48º | 0.64% | 1% | - |
| XYZ | 55.23 | 33.12 | 56.31 | - |
| YUV | 153.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 197 | 0 | 0.64 | 0.23 | 0 | 321.48 | 1 | 0.68 |
| Hex | FF | 5D | C5 | 0 | 40 | 17 | 0 | 141 | 64 | 44 |
| Octal | 377 | 135 | 305 | 0 | 100 | 27 | 0 | 501 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11000101 | 0 | 1000000 | 10111 | 0 | 101000001 | 1100100 | 1000100 |
Color Harmonies of #FF5DC5
Complementary color
Monochromatic Colors of #FF5DC5
Black with #FF5DC5
Text Example
Text Example
White with #FF5DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DC5; }
p { color: rgb(255,93,197); }
H1.HeaderClassName
{
color: #FF5DC5;
}
.AnyTagClassName
{
color: #FF5DC5;
}
</style>
background-color css
<style>
a { background-color: #FF5DC5; }
a { background-color: rgb(255,93,197); }
div.DivClassName
{
background-color: #FF5DC5;
}
.BgClassName
{
background-color: #FF5DC5;
}
</style>
border-color css
<style>
span { border-color: #FF5DC5; }
span { border-color: rgb(255,93,197); }
td.TdClassName
{
border-color: #FF5DC5;
}
.TagClassName
{
border-color: #FF5DC5;
}
</style>