Shades of Neon Pink #FB61C8
Tints of Neon Pink #FB61C8
RGB
CMYK
RGB Variations
Color information
#FB61C8 (or 0xFB61C8) is known color: Neon Pink. HEX triplet: FB, 61 and C8. RGB value is (251,97,200). Sum of RGB (Red+Green+Blue) = 251+97+200=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB61C8 is #049E37. Grayscale: #9A9A9A. Windows color (decimal): -302648 or 13132283. OLE color: 13132283.
HSL color Cylindrical-coordinate representation of color #FB61C8: hue angle of 319.87º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB61C8 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 200 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.02 |
| HSL | 319.87º | 0.95% | 0.68% | - |
| HSV(B) | 319.87º | 0.61% | 0.98% | - |
| XYZ | 54.48 | 33.23 | 58.19 | - |
| YUV | 154.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 200 | 0 | 0.61 | 0.20 | 0.02 | 319.87 | 0.95 | 0.68 |
| Hex | FB | 61 | C8 | 0 | 3D | 14 | 2 | 140 | 5F | 44 |
| Octal | 373 | 141 | 310 | 0 | 75 | 24 | 2 | 500 | 137 | 104 |
| Binary | 11111011 | 1100001 | 11001000 | 0 | 111101 | 10100 | 10 | 101000000 | 1011111 | 1000100 |
Color Harmonies of #FB61C8
Complementary color
Monochromatic Colors of #FB61C8
Black with #FB61C8
Text Example
Text Example
White with #FB61C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB61C8; }
p { color: rgb(251,97,200); }
H1.HeaderClassName
{
color: #FB61C8;
}
.AnyTagClassName
{
color: #FB61C8;
}
</style>
background-color css
<style>
a { background-color: #FB61C8; }
a { background-color: rgb(251,97,200); }
div.DivClassName
{
background-color: #FB61C8;
}
.BgClassName
{
background-color: #FB61C8;
}
</style>
border-color css
<style>
span { border-color: #FB61C8; }
span { border-color: rgb(251,97,200); }
td.TdClassName
{
border-color: #FB61C8;
}
.TagClassName
{
border-color: #FB61C8;
}
</style>