Shades of Neon Pink #FF75CF
Tints of Neon Pink #FF75CF
RGB
CMYK
RGB Variations
Color information
#FF75CF (or 0xFF75CF) is known color: Neon Pink. HEX triplet: FF, 75 and CF. RGB value is (255,117,207). Sum of RGB (Red+Green+Blue) = 255+117+207=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75CF is #008A30. Grayscale: #A8A8A8. Windows color (decimal): -35377 or 13596159. OLE color: 13596159.
HSL color Cylindrical-coordinate representation of color #FF75CF: hue angle of 320.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75CF is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 207 | - |
| CMYK | 0 | 0.54 | 0.19 | 0 |
| HSL | 320.87º | 1% | 0.73% | - |
| HSV(B) | 320.87º | 0.54% | 1% | - |
| XYZ | 58.86 | 38.49 | 63.36 | - |
| YUV | 168.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 207 | 0 | 0.54 | 0.19 | 0 | 320.87 | 1 | 0.73 |
| Hex | FF | 75 | CF | 0 | 36 | 13 | 0 | 141 | 64 | 49 |
| Octal | 377 | 165 | 317 | 0 | 66 | 23 | 0 | 501 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11001111 | 0 | 110110 | 10011 | 0 | 101000001 | 1100100 | 1001001 |
Color Harmonies of #FF75CF
Complementary color
Monochromatic Colors of #FF75CF
Black with #FF75CF
Text Example
Text Example
White with #FF75CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75CF; }
p { color: rgb(255,117,207); }
H1.HeaderClassName
{
color: #FF75CF;
}
.AnyTagClassName
{
color: #FF75CF;
}
</style>
background-color css
<style>
a { background-color: #FF75CF; }
a { background-color: rgb(255,117,207); }
div.DivClassName
{
background-color: #FF75CF;
}
.BgClassName
{
background-color: #FF75CF;
}
</style>
border-color css
<style>
span { border-color: #FF75CF; }
span { border-color: rgb(255,117,207); }
td.TdClassName
{
border-color: #FF75CF;
}
.TagClassName
{
border-color: #FF75CF;
}
</style>