Shades of Neon Pink #FB64D5
Tints of Neon Pink #FB64D5
RGB
CMYK
RGB Variations
Color information
#FB64D5 (or 0xFB64D5) is known color: Neon Pink. HEX triplet: FB, 64 and D5. RGB value is (251,100,213). Sum of RGB (Red+Green+Blue) = 251+100+213=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64D5 is #049B2A. Grayscale: #9D9D9D. Windows color (decimal): -301867 or 13985019. OLE color: 13985019.
HSL color Cylindrical-coordinate representation of color #FB64D5: hue angle of 315.1º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64D5 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 213 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.02 |
| HSL | 315.1º | 0.95% | 0.69% | - |
| HSV(B) | 315.1º | 0.6% | 0.98% | - |
| XYZ | 56.35 | 34.43 | 66.63 | - |
| YUV | 158.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 213 | 0 | 0.60 | 0.15 | 0.02 | 315.1 | 0.95 | 0.69 |
| Hex | FB | 64 | D5 | 0 | 3C | F | 2 | 13B | 5F | 45 |
| Octal | 373 | 144 | 325 | 0 | 74 | 17 | 2 | 473 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11010101 | 0 | 111100 | 1111 | 10 | 100111011 | 1011111 | 1000101 |
Color Harmonies of #FB64D5
Complementary color
Monochromatic Colors of #FB64D5
Black with #FB64D5
Text Example
Text Example
White with #FB64D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64D5; }
p { color: rgb(251,100,213); }
H1.HeaderClassName
{
color: #FB64D5;
}
.AnyTagClassName
{
color: #FB64D5;
}
</style>
background-color css
<style>
a { background-color: #FB64D5; }
a { background-color: rgb(251,100,213); }
div.DivClassName
{
background-color: #FB64D5;
}
.BgClassName
{
background-color: #FB64D5;
}
</style>
border-color css
<style>
span { border-color: #FB64D5; }
span { border-color: rgb(251,100,213); }
td.TdClassName
{
border-color: #FB64D5;
}
.TagClassName
{
border-color: #FB64D5;
}
</style>