Shades of Neon Pink #FF64BF
Tints of Neon Pink #FF64BF
RGB
CMYK
RGB Variations
Color information
#FF64BF (or 0xFF64BF) is known color: Neon Pink. HEX triplet: FF, 64 and BF. RGB value is (255,100,191). Sum of RGB (Red+Green+Blue) = 255+100+191=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64BF is #009B40. Grayscale: #9C9C9C. Windows color (decimal): -39745 or 12543231. OLE color: 12543231.
HSL color Cylindrical-coordinate representation of color #FF64BF: hue angle of 324.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF64BF is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 191 | - |
| CMYK | 0 | 0.61 | 0.25 | 0 |
| HSL | 324.77º | 1% | 0.7% | - |
| HSV(B) | 324.77º | 0.61% | 1% | - |
| XYZ | 55.2 | 34.14 | 52.97 | - |
| YUV | 156.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 191 | 0 | 0.61 | 0.25 | 0 | 324.77 | 1 | 0.7 |
| Hex | FF | 64 | BF | 0 | 3D | 19 | 0 | 145 | 64 | 46 |
| Octal | 377 | 144 | 277 | 0 | 75 | 31 | 0 | 505 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10111111 | 0 | 111101 | 11001 | 0 | 101000101 | 1100100 | 1000110 |
Color Harmonies of #FF64BF
Complementary color
Monochromatic Colors of #FF64BF
Black with #FF64BF
Text Example
Text Example
White with #FF64BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64BF; }
p { color: rgb(255,100,191); }
H1.HeaderClassName
{
color: #FF64BF;
}
.AnyTagClassName
{
color: #FF64BF;
}
</style>
background-color css
<style>
a { background-color: #FF64BF; }
a { background-color: rgb(255,100,191); }
div.DivClassName
{
background-color: #FF64BF;
}
.BgClassName
{
background-color: #FF64BF;
}
</style>
border-color css
<style>
span { border-color: #FF64BF; }
span { border-color: rgb(255,100,191); }
td.TdClassName
{
border-color: #FF64BF;
}
.TagClassName
{
border-color: #FF64BF;
}
</style>