Shades of Neon Pink #FF65D3
Tints of Neon Pink #FF65D3
RGB
CMYK
RGB Variations
Color information
#FF65D3 (or 0xFF65D3) is known color: Neon Pink. HEX triplet: FF, 65 and D3. RGB value is (255,101,211). Sum of RGB (Red+Green+Blue) = 255+101+211=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65D3 is #009A2C. Grayscale: #9F9F9F. Windows color (decimal): -39469 or 13854207. OLE color: 13854207.
HSL color Cylindrical-coordinate representation of color #FF65D3: hue angle of 317.14º 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 #FF65D3 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 211 | - |
| CMYK | 0 | 0.60 | 0.17 | 0 |
| HSL | 317.14º | 1% | 0.7% | - |
| HSV(B) | 317.14º | 0.6% | 1% | - |
| XYZ | 57.65 | 35.27 | 65.4 | - |
| YUV | 159.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 211 | 0 | 0.60 | 0.17 | 0 | 317.14 | 1 | 0.7 |
| Hex | FF | 65 | D3 | 0 | 3C | 11 | 0 | 13D | 64 | 46 |
| Octal | 377 | 145 | 323 | 0 | 74 | 21 | 0 | 475 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11010011 | 0 | 111100 | 10001 | 0 | 100111101 | 1100100 | 1000110 |
Color Harmonies of #FF65D3
Complementary color
Monochromatic Colors of #FF65D3
Black with #FF65D3
Text Example
Text Example
White with #FF65D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65D3; }
p { color: rgb(255,101,211); }
H1.HeaderClassName
{
color: #FF65D3;
}
.AnyTagClassName
{
color: #FF65D3;
}
</style>
background-color css
<style>
a { background-color: #FF65D3; }
a { background-color: rgb(255,101,211); }
div.DivClassName
{
background-color: #FF65D3;
}
.BgClassName
{
background-color: #FF65D3;
}
</style>
border-color css
<style>
span { border-color: #FF65D3; }
span { border-color: rgb(255,101,211); }
td.TdClassName
{
border-color: #FF65D3;
}
.TagClassName
{
border-color: #FF65D3;
}
</style>