Shades of Neon Pink #FB64C9
Tints of Neon Pink #FB64C9
RGB
CMYK
RGB Variations
Color information
#FB64C9 (or 0xFB64C9) is known color: Neon Pink. HEX triplet: FB, 64 and C9. RGB value is (251,100,201). Sum of RGB (Red+Green+Blue) = 251+100+201=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64C9 is #049B36. Grayscale: #9C9C9C. Windows color (decimal): -301879 or 13198587. OLE color: 13198587.
HSL color Cylindrical-coordinate representation of color #FB64C9: hue angle of 319.87º 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 #FB64C9 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 201 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.02 |
| HSL | 319.87º | 0.95% | 0.69% | - |
| HSV(B) | 319.87º | 0.6% | 0.98% | - |
| XYZ | 54.88 | 33.84 | 58.9 | - |
| YUV | 156.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 201 | 0 | 0.60 | 0.20 | 0.02 | 319.87 | 0.95 | 0.69 |
| Hex | FB | 64 | C9 | 0 | 3C | 14 | 2 | 140 | 5F | 45 |
| Octal | 373 | 144 | 311 | 0 | 74 | 24 | 2 | 500 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11001001 | 0 | 111100 | 10100 | 10 | 101000000 | 1011111 | 1000101 |
Color Harmonies of #FB64C9
Complementary color
Monochromatic Colors of #FB64C9
Black with #FB64C9
Text Example
Text Example
White with #FB64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64C9; }
p { color: rgb(251,100,201); }
H1.HeaderClassName
{
color: #FB64C9;
}
.AnyTagClassName
{
color: #FB64C9;
}
</style>
background-color css
<style>
a { background-color: #FB64C9; }
a { background-color: rgb(251,100,201); }
div.DivClassName
{
background-color: #FB64C9;
}
.BgClassName
{
background-color: #FB64C9;
}
</style>
border-color css
<style>
span { border-color: #FB64C9; }
span { border-color: rgb(251,100,201); }
td.TdClassName
{
border-color: #FB64C9;
}
.TagClassName
{
border-color: #FB64C9;
}
</style>