Shades of Neon Pink #FB60D5
Tints of Neon Pink #FB60D5
RGB
CMYK
RGB Variations
Color information
#FB60D5 (or 0xFB60D5) is known color: Neon Pink. HEX triplet: FB, 60 and D5. RGB value is (251,96,213). Sum of RGB (Red+Green+Blue) = 251+96+213=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60D5 is #049F2A. Grayscale: #9B9B9B. Windows color (decimal): -302891 or 13983995. OLE color: 13983995.
HSL color Cylindrical-coordinate representation of color #FB60D5: hue angle of 314.71º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB60D5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 213 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.02 |
| HSL | 314.71º | 0.95% | 0.68% | - |
| HSV(B) | 314.71º | 0.62% | 0.98% | - |
| XYZ | 55.98 | 33.68 | 66.5 | - |
| YUV | 155.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 213 | 0 | 0.62 | 0.15 | 0.02 | 314.71 | 0.95 | 0.68 |
| Hex | FB | 60 | D5 | 0 | 3E | F | 2 | 13B | 5F | 44 |
| Octal | 373 | 140 | 325 | 0 | 76 | 17 | 2 | 473 | 137 | 104 |
| Binary | 11111011 | 1100000 | 11010101 | 0 | 111110 | 1111 | 10 | 100111011 | 1011111 | 1000100 |
Color Harmonies of #FB60D5
Complementary color
Monochromatic Colors of #FB60D5
Black with #FB60D5
Text Example
Text Example
White with #FB60D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB60D5; }
p { color: rgb(251,96,213); }
H1.HeaderClassName
{
color: #FB60D5;
}
.AnyTagClassName
{
color: #FB60D5;
}
</style>
background-color css
<style>
a { background-color: #FB60D5; }
a { background-color: rgb(251,96,213); }
div.DivClassName
{
background-color: #FB60D5;
}
.BgClassName
{
background-color: #FB60D5;
}
</style>
border-color css
<style>
span { border-color: #FB60D5; }
span { border-color: rgb(251,96,213); }
td.TdClassName
{
border-color: #FB60D5;
}
.TagClassName
{
border-color: #FB60D5;
}
</style>