Shades of Neon Pink #FF65D7
Tints of Neon Pink #FF65D7
RGB
CMYK
RGB Variations
Color information
#FF65D7 (or 0xFF65D7) is known color: Neon Pink. HEX triplet: FF, 65 and D7. RGB value is (255,101,215). Sum of RGB (Red+Green+Blue) = 255+101+215=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65D7 is #009A28. Grayscale: #9F9F9F. Windows color (decimal): -39465 or 14116351. OLE color: 14116351.
HSL color Cylindrical-coordinate representation of color #FF65D7: hue angle of 315.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF65D7 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 215 | - |
| CMYK | 0 | 0.60 | 0.16 | 0 |
| HSL | 315.58º | 1% | 0.7% | - |
| HSV(B) | 315.58º | 0.6% | 1% | - |
| XYZ | 58.16 | 35.47 | 68.07 | - |
| YUV | 160.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 215 | 0 | 0.60 | 0.16 | 0 | 315.58 | 1 | 0.7 |
| Hex | FF | 65 | D7 | 0 | 3C | 10 | 0 | 13C | 64 | 46 |
| Octal | 377 | 145 | 327 | 0 | 74 | 20 | 0 | 474 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11010111 | 0 | 111100 | 10000 | 0 | 100111100 | 1100100 | 1000110 |
Color Harmonies of #FF65D7
Complementary color
Monochromatic Colors of #FF65D7
Black with #FF65D7
Text Example
Text Example
White with #FF65D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65D7; }
p { color: rgb(255,101,215); }
H1.HeaderClassName
{
color: #FF65D7;
}
.AnyTagClassName
{
color: #FF65D7;
}
</style>
background-color css
<style>
a { background-color: #FF65D7; }
a { background-color: rgb(255,101,215); }
div.DivClassName
{
background-color: #FF65D7;
}
.BgClassName
{
background-color: #FF65D7;
}
</style>
border-color css
<style>
span { border-color: #FF65D7; }
span { border-color: rgb(255,101,215); }
td.TdClassName
{
border-color: #FF65D7;
}
.TagClassName
{
border-color: #FF65D7;
}
</style>