Shades of Neon Pink #FF75D4
Tints of Neon Pink #FF75D4
RGB
CMYK
RGB Variations
Color information
#FF75D4 (or 0xFF75D4) is known color: Neon Pink. HEX triplet: FF, 75 and D4. RGB value is (255,117,212). Sum of RGB (Red+Green+Blue) = 255+117+212=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75D4 is #008A2B. Grayscale: #A8A8A8. Windows color (decimal): -35372 or 13923839. OLE color: 13923839.
HSL color Cylindrical-coordinate representation of color #FF75D4: hue angle of 318.7º 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 #FF75D4 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 212 | - |
| CMYK | 0 | 0.54 | 0.17 | 0 |
| HSL | 318.7º | 1% | 0.73% | - |
| HSV(B) | 318.7º | 0.54% | 1% | - |
| XYZ | 59.48 | 38.74 | 66.63 | - |
| YUV | 169.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 212 | 0 | 0.54 | 0.17 | 0 | 318.7 | 1 | 0.73 |
| Hex | FF | 75 | D4 | 0 | 36 | 11 | 0 | 13F | 64 | 49 |
| Octal | 377 | 165 | 324 | 0 | 66 | 21 | 0 | 477 | 144 | 111 |
| Binary | 11111111 | 1110101 | 11010100 | 0 | 110110 | 10001 | 0 | 100111111 | 1100100 | 1001001 |
Color Harmonies of #FF75D4
Complementary color
Monochromatic Colors of #FF75D4
Black with #FF75D4
Text Example
Text Example
White with #FF75D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF75D4; }
p { color: rgb(255,117,212); }
H1.HeaderClassName
{
color: #FF75D4;
}
.AnyTagClassName
{
color: #FF75D4;
}
</style>
background-color css
<style>
a { background-color: #FF75D4; }
a { background-color: rgb(255,117,212); }
div.DivClassName
{
background-color: #FF75D4;
}
.BgClassName
{
background-color: #FF75D4;
}
</style>
border-color css
<style>
span { border-color: #FF75D4; }
span { border-color: rgb(255,117,212); }
td.TdClassName
{
border-color: #FF75D4;
}
.TagClassName
{
border-color: #FF75D4;
}
</style>