Shades of Neon Pink #FF5DCF
Tints of Neon Pink #FF5DCF
RGB
CMYK
RGB Variations
Color information
#FF5DCF (or 0xFF5DCF) is known color: Neon Pink. HEX triplet: FF, 5D and CF. RGB value is (255,93,207). Sum of RGB (Red+Green+Blue) = 255+93+207=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DCF is #00A230. Grayscale: #9A9A9A. Windows color (decimal): -41521 or 13590015. OLE color: 13590015.
HSL color Cylindrical-coordinate representation of color #FF5DCF: hue angle of 317.78º 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 #FF5DCF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 207 | - |
| CMYK | 0 | 0.64 | 0.19 | 0 |
| HSL | 317.78º | 1% | 0.68% | - |
| HSV(B) | 317.78º | 0.64% | 1% | - |
| XYZ | 56.42 | 33.59 | 62.54 | - |
| YUV | 154.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 207 | 0 | 0.64 | 0.19 | 0 | 317.78 | 1 | 0.68 |
| Hex | FF | 5D | CF | 0 | 40 | 13 | 0 | 13E | 64 | 44 |
| Octal | 377 | 135 | 317 | 0 | 100 | 23 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11001111 | 0 | 1000000 | 10011 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5DCF
Complementary color
Monochromatic Colors of #FF5DCF
Black with #FF5DCF
Text Example
Text Example
White with #FF5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DCF; }
p { color: rgb(255,93,207); }
H1.HeaderClassName
{
color: #FF5DCF;
}
.AnyTagClassName
{
color: #FF5DCF;
}
</style>
background-color css
<style>
a { background-color: #FF5DCF; }
a { background-color: rgb(255,93,207); }
div.DivClassName
{
background-color: #FF5DCF;
}
.BgClassName
{
background-color: #FF5DCF;
}
</style>
border-color css
<style>
span { border-color: #FF5DCF; }
span { border-color: rgb(255,93,207); }
td.TdClassName
{
border-color: #FF5DCF;
}
.TagClassName
{
border-color: #FF5DCF;
}
</style>