Shades of Neon Pink #FF65D0
Tints of Neon Pink #FF65D0
RGB
CMYK
RGB Variations
Color information
#FF65D0 (or 0xFF65D0) is known color: Neon Pink. HEX triplet: FF, 65 and D0. RGB value is (255,101,208). Sum of RGB (Red+Green+Blue) = 255+101+208=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65D0 is #009A2F. Grayscale: #9E9E9E. Windows color (decimal): -39472 or 13657599. OLE color: 13657599.
HSL color Cylindrical-coordinate representation of color #FF65D0: hue angle of 318.31º 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 #FF65D0 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 208 | - |
| CMYK | 0 | 0.60 | 0.18 | 0 |
| HSL | 318.31º | 1% | 0.7% | - |
| HSV(B) | 318.31º | 0.6% | 1% | - |
| XYZ | 57.28 | 35.12 | 63.43 | - |
| YUV | 159.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 208 | 0 | 0.60 | 0.18 | 0 | 318.31 | 1 | 0.7 |
| Hex | FF | 65 | D0 | 0 | 3C | 12 | 0 | 13E | 64 | 46 |
| Octal | 377 | 145 | 320 | 0 | 74 | 22 | 0 | 476 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11010000 | 0 | 111100 | 10010 | 0 | 100111110 | 1100100 | 1000110 |
Color Harmonies of #FF65D0
Complementary color
Monochromatic Colors of #FF65D0
Black with #FF65D0
Text Example
Text Example
White with #FF65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65D0; }
p { color: rgb(255,101,208); }
H1.HeaderClassName
{
color: #FF65D0;
}
.AnyTagClassName
{
color: #FF65D0;
}
</style>
background-color css
<style>
a { background-color: #FF65D0; }
a { background-color: rgb(255,101,208); }
div.DivClassName
{
background-color: #FF65D0;
}
.BgClassName
{
background-color: #FF65D0;
}
</style>
border-color css
<style>
span { border-color: #FF65D0; }
span { border-color: rgb(255,101,208); }
td.TdClassName
{
border-color: #FF65D0;
}
.TagClassName
{
border-color: #FF65D0;
}
</style>