Shades of Neon Pink #FB60C5
Tints of Neon Pink #FB60C5
RGB
CMYK
RGB Variations
Color information
#FB60C5 (or 0xFB60C5) is known color: Neon Pink. HEX triplet: FB, 60 and C5. RGB value is (251,96,197). Sum of RGB (Red+Green+Blue) = 251+96+197=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60C5 is #049F3A. Grayscale: #999999. Windows color (decimal): -302907 or 12935419. OLE color: 12935419.
HSL color Cylindrical-coordinate representation of color #FB60C5: hue angle of 320.9º 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 #FB60C5 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 197 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.02 |
| HSL | 320.9º | 0.95% | 0.68% | - |
| HSV(B) | 320.9º | 0.62% | 0.98% | - |
| XYZ | 54.04 | 32.91 | 56.33 | - |
| YUV | 153.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 197 | 0 | 0.62 | 0.22 | 0.02 | 320.9 | 0.95 | 0.68 |
| Hex | FB | 60 | C5 | 0 | 3E | 16 | 2 | 141 | 5F | 44 |
| Octal | 373 | 140 | 305 | 0 | 76 | 26 | 2 | 501 | 137 | 104 |
| Binary | 11111011 | 1100000 | 11000101 | 0 | 111110 | 10110 | 10 | 101000001 | 1011111 | 1000100 |
Color Harmonies of #FB60C5
Complementary color
Monochromatic Colors of #FB60C5
Black with #FB60C5
Text Example
Text Example
White with #FB60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB60C5; }
p { color: rgb(251,96,197); }
H1.HeaderClassName
{
color: #FB60C5;
}
.AnyTagClassName
{
color: #FB60C5;
}
</style>
background-color css
<style>
a { background-color: #FB60C5; }
a { background-color: rgb(251,96,197); }
div.DivClassName
{
background-color: #FB60C5;
}
.BgClassName
{
background-color: #FB60C5;
}
</style>
border-color css
<style>
span { border-color: #FB60C5; }
span { border-color: rgb(251,96,197); }
td.TdClassName
{
border-color: #FB60C5;
}
.TagClassName
{
border-color: #FB60C5;
}
</style>