Shades of Neon Pink #FF70CF
Tints of Neon Pink #FF70CF
RGB
CMYK
RGB Variations
Color information
#FF70CF (or 0xFF70CF) is known color: Neon Pink. HEX triplet: FF, 70 and CF. RGB value is (255,112,207). Sum of RGB (Red+Green+Blue) = 255+112+207=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70CF is #008F30. Grayscale: #A5A5A5. Windows color (decimal): -36657 or 13594879. OLE color: 13594879.
HSL color Cylindrical-coordinate representation of color #FF70CF: hue angle of 320.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70CF is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 207 | - |
| CMYK | 0 | 0.56 | 0.19 | 0 |
| HSL | 320.14º | 1% | 0.72% | - |
| HSV(B) | 320.14º | 0.56% | 1% | - |
| XYZ | 58.3 | 37.35 | 63.17 | - |
| YUV | 165.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 207 | 0 | 0.56 | 0.19 | 0 | 320.14 | 1 | 0.72 |
| Hex | FF | 70 | CF | 0 | 38 | 13 | 0 | 140 | 64 | 48 |
| Octal | 377 | 160 | 317 | 0 | 70 | 23 | 0 | 500 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11001111 | 0 | 111000 | 10011 | 0 | 101000000 | 1100100 | 1001000 |
Color Harmonies of #FF70CF
Complementary color
Monochromatic Colors of #FF70CF
Black with #FF70CF
Text Example
Text Example
White with #FF70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70CF; }
p { color: rgb(255,112,207); }
H1.HeaderClassName
{
color: #FF70CF;
}
.AnyTagClassName
{
color: #FF70CF;
}
</style>
background-color css
<style>
a { background-color: #FF70CF; }
a { background-color: rgb(255,112,207); }
div.DivClassName
{
background-color: #FF70CF;
}
.BgClassName
{
background-color: #FF70CF;
}
</style>
border-color css
<style>
span { border-color: #FF70CF; }
span { border-color: rgb(255,112,207); }
td.TdClassName
{
border-color: #FF70CF;
}
.TagClassName
{
border-color: #FF70CF;
}
</style>