Shades of Neon Pink #FF65DF
Tints of Neon Pink #FF65DF
RGB
CMYK
RGB Variations
Color information
#FF65DF (or 0xFF65DF) is known color: Neon Pink. HEX triplet: FF, 65 and DF. RGB value is (255,101,223). Sum of RGB (Red+Green+Blue) = 255+101+223=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 101 (39.84% from 255 or 17.44% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65DF is #009A20. Grayscale: #A0A0A0. Windows color (decimal): -39457 or 14640639. OLE color: 14640639.
HSL color Cylindrical-coordinate representation of color #FF65DF: hue angle of 312.47º 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 #FF65DF is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 223 | - |
| CMYK | 0 | 0.60 | 0.13 | 0 |
| HSL | 312.47º | 1% | 0.7% | - |
| HSV(B) | 312.47º | 0.6% | 1% | - |
| XYZ | 59.21 | 35.9 | 73.62 | - |
| YUV | 160.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 223 | 0 | 0.60 | 0.13 | 0 | 312.47 | 1 | 0.7 |
| Hex | FF | 65 | DF | 0 | 3C | D | 0 | 138 | 64 | 46 |
| Octal | 377 | 145 | 337 | 0 | 74 | 15 | 0 | 470 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11011111 | 0 | 111100 | 1101 | 0 | 100111000 | 1100100 | 1000110 |
Color Harmonies of #FF65DF
Complementary color
Monochromatic Colors of #FF65DF
Black with #FF65DF
Text Example
Text Example
White with #FF65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65DF; }
p { color: rgb(255,101,223); }
H1.HeaderClassName
{
color: #FF65DF;
}
.AnyTagClassName
{
color: #FF65DF;
}
</style>
background-color css
<style>
a { background-color: #FF65DF; }
a { background-color: rgb(255,101,223); }
div.DivClassName
{
background-color: #FF65DF;
}
.BgClassName
{
background-color: #FF65DF;
}
</style>
border-color css
<style>
span { border-color: #FF65DF; }
span { border-color: rgb(255,101,223); }
td.TdClassName
{
border-color: #FF65DF;
}
.TagClassName
{
border-color: #FF65DF;
}
</style>