Shades of Neon Pink #FF64D3
Tints of Neon Pink #FF64D3
RGB
CMYK
RGB Variations
Color information
#FF64D3 (or 0xFF64D3) is known color: Neon Pink. HEX triplet: FF, 64 and D3. RGB value is (255,100,211). Sum of RGB (Red+Green+Blue) = 255+100+211=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64D3 is #009B2C. Grayscale: #9E9E9E. Windows color (decimal): -39725 or 13853951. OLE color: 13853951.
HSL color Cylindrical-coordinate representation of color #FF64D3: hue angle of 317.03º 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 #FF64D3 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 211 | - |
| CMYK | 0 | 0.61 | 0.17 | 0 |
| HSL | 317.03º | 1% | 0.7% | - |
| HSV(B) | 317.03º | 0.61% | 1% | - |
| XYZ | 57.56 | 35.08 | 65.37 | - |
| YUV | 159 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 211 | 0 | 0.61 | 0.17 | 0 | 317.03 | 1 | 0.7 |
| Hex | FF | 64 | D3 | 0 | 3D | 11 | 0 | 13D | 64 | 46 |
| Octal | 377 | 144 | 323 | 0 | 75 | 21 | 0 | 475 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11010011 | 0 | 111101 | 10001 | 0 | 100111101 | 1100100 | 1000110 |
Color Harmonies of #FF64D3
Complementary color
Monochromatic Colors of #FF64D3
Black with #FF64D3
Text Example
Text Example
White with #FF64D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64D3; }
p { color: rgb(255,100,211); }
H1.HeaderClassName
{
color: #FF64D3;
}
.AnyTagClassName
{
color: #FF64D3;
}
</style>
background-color css
<style>
a { background-color: #FF64D3; }
a { background-color: rgb(255,100,211); }
div.DivClassName
{
background-color: #FF64D3;
}
.BgClassName
{
background-color: #FF64D3;
}
</style>
border-color css
<style>
span { border-color: #FF64D3; }
span { border-color: rgb(255,100,211); }
td.TdClassName
{
border-color: #FF64D3;
}
.TagClassName
{
border-color: #FF64D3;
}
</style>