Shades of Neon Pink #FF65DE
Tints of Neon Pink #FF65DE
RGB
CMYK
RGB Variations
Color information
#FF65DE (or 0xFF65DE) is known color: Neon Pink. HEX triplet: FF, 65 and DE. RGB value is (255,101,222). Sum of RGB (Red+Green+Blue) = 255+101+222=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65DE is #009A21. Grayscale: #A0A0A0. Windows color (decimal): -39458 or 14575103. OLE color: 14575103.
HSL color Cylindrical-coordinate representation of color #FF65DE: hue angle of 312.86º 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 #FF65DE is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 222 | - |
| CMYK | 0 | 0.60 | 0.13 | 0 |
| HSL | 312.86º | 1% | 0.7% | - |
| HSV(B) | 312.86º | 0.6% | 1% | - |
| XYZ | 59.08 | 35.84 | 72.91 | - |
| YUV | 160.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 222 | 0 | 0.60 | 0.13 | 0 | 312.86 | 1 | 0.7 |
| Hex | FF | 65 | DE | 0 | 3C | D | 0 | 139 | 64 | 46 |
| Octal | 377 | 145 | 336 | 0 | 74 | 15 | 0 | 471 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11011110 | 0 | 111100 | 1101 | 0 | 100111001 | 1100100 | 1000110 |
Color Harmonies of #FF65DE
Complementary color
Monochromatic Colors of #FF65DE
Black with #FF65DE
Text Example
Text Example
White with #FF65DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65DE; }
p { color: rgb(255,101,222); }
H1.HeaderClassName
{
color: #FF65DE;
}
.AnyTagClassName
{
color: #FF65DE;
}
</style>
background-color css
<style>
a { background-color: #FF65DE; }
a { background-color: rgb(255,101,222); }
div.DivClassName
{
background-color: #FF65DE;
}
.BgClassName
{
background-color: #FF65DE;
}
</style>
border-color css
<style>
span { border-color: #FF65DE; }
span { border-color: rgb(255,101,222); }
td.TdClassName
{
border-color: #FF65DE;
}
.TagClassName
{
border-color: #FF65DE;
}
</style>