Shades of Neon Pink #FF65C0
Tints of Neon Pink #FF65C0
RGB
CMYK
RGB Variations
Color information
#FF65C0 (or 0xFF65C0) is known color: Neon Pink. HEX triplet: FF, 65 and C0. RGB value is (255,101,192). Sum of RGB (Red+Green+Blue) = 255+101+192=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF65C0 is #009A3F. Grayscale: #9D9D9D. Windows color (decimal): -39488 or 12609023. OLE color: 12609023.
HSL color Cylindrical-coordinate representation of color #FF65C0: hue angle of 324.55º 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 #FF65C0 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 192 | - |
| CMYK | 0 | 0.60 | 0.25 | 0 |
| HSL | 324.55º | 1% | 0.7% | - |
| HSV(B) | 324.55º | 0.6% | 1% | - |
| XYZ | 55.41 | 34.37 | 53.58 | - |
| YUV | 157.42 | 147.52 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 192 | 0 | 0.60 | 0.25 | 0 | 324.55 | 1 | 0.7 |
| Hex | FF | 65 | C0 | 0 | 3C | 19 | 0 | 145 | 64 | 46 |
| Octal | 377 | 145 | 300 | 0 | 74 | 31 | 0 | 505 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11000000 | 0 | 111100 | 11001 | 0 | 101000101 | 1100100 | 1000110 |
Color Harmonies of #FF65C0
Complementary color
Monochromatic Colors of #FF65C0
Black with #FF65C0
Text Example
Text Example
White with #FF65C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65C0; }
p { color: rgb(255,101,192); }
H1.HeaderClassName
{
color: #FF65C0;
}
.AnyTagClassName
{
color: #FF65C0;
}
</style>
background-color css
<style>
a { background-color: #FF65C0; }
a { background-color: rgb(255,101,192); }
div.DivClassName
{
background-color: #FF65C0;
}
.BgClassName
{
background-color: #FF65C0;
}
</style>
border-color css
<style>
span { border-color: #FF65C0; }
span { border-color: rgb(255,101,192); }
td.TdClassName
{
border-color: #FF65C0;
}
.TagClassName
{
border-color: #FF65C0;
}
</style>