Shades of Neon Pink #FB64D4
Tints of Neon Pink #FB64D4
RGB
CMYK
RGB Variations
Color information
#FB64D4 (or 0xFB64D4) is known color: Neon Pink. HEX triplet: FB, 64 and D4. RGB value is (251,100,212). Sum of RGB (Red+Green+Blue) = 251+100+212=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64D4 is #049B2B. Grayscale: #9D9D9D. Windows color (decimal): -301868 or 13919483. OLE color: 13919483.
HSL color Cylindrical-coordinate representation of color #FB64D4: hue angle of 315.5º 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 #FB64D4 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 212 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.02 |
| HSL | 315.5º | 0.95% | 0.69% | - |
| HSV(B) | 315.5º | 0.6% | 0.98% | - |
| XYZ | 56.22 | 34.38 | 65.96 | - |
| YUV | 157.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 212 | 0 | 0.60 | 0.16 | 0.02 | 315.5 | 0.95 | 0.69 |
| Hex | FB | 64 | D4 | 0 | 3C | 10 | 2 | 13B | 5F | 45 |
| Octal | 373 | 144 | 324 | 0 | 74 | 20 | 2 | 473 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11010100 | 0 | 111100 | 10000 | 10 | 100111011 | 1011111 | 1000101 |
Color Harmonies of #FB64D4
Complementary color
Monochromatic Colors of #FB64D4
Black with #FB64D4
Text Example
Text Example
White with #FB64D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64D4; }
p { color: rgb(251,100,212); }
H1.HeaderClassName
{
color: #FB64D4;
}
.AnyTagClassName
{
color: #FB64D4;
}
</style>
background-color css
<style>
a { background-color: #FB64D4; }
a { background-color: rgb(251,100,212); }
div.DivClassName
{
background-color: #FB64D4;
}
.BgClassName
{
background-color: #FB64D4;
}
</style>
border-color css
<style>
span { border-color: #FB64D4; }
span { border-color: rgb(251,100,212); }
td.TdClassName
{
border-color: #FB64D4;
}
.TagClassName
{
border-color: #FB64D4;
}
</style>