Shades of Neon Pink #FB51C5
Tints of Neon Pink #FB51C5
RGB
CMYK
RGB Variations
Color information
#FB51C5 (or 0xFB51C5) is known color: Neon Pink. HEX triplet: FB, 51 and C5. RGB value is (251,81,197). Sum of RGB (Red+Green+Blue) = 251+81+197=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB51C5 is #04AE3A. Grayscale: #909090. Windows color (decimal): -306747 or 12931579. OLE color: 12931579.
HSL color Cylindrical-coordinate representation of color #FB51C5: hue angle of 319.06º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB51C5 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 197 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.02 |
| HSL | 319.06º | 0.96% | 0.65% | - |
| HSV(B) | 319.06º | 0.68% | 0.98% | - |
| XYZ | 52.8 | 30.43 | 55.91 | - |
| YUV | 145.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 197 | 0 | 0.68 | 0.22 | 0.02 | 319.06 | 0.96 | 0.65 |
| Hex | FB | 51 | C5 | 0 | 44 | 16 | 2 | 13F | 60 | 41 |
| Octal | 373 | 121 | 305 | 0 | 104 | 26 | 2 | 477 | 140 | 101 |
| Binary | 11111011 | 1010001 | 11000101 | 0 | 1000100 | 10110 | 10 | 100111111 | 1100000 | 1000001 |
Color Harmonies of #FB51C5
Complementary color
Monochromatic Colors of #FB51C5
Black with #FB51C5
Text Example
Text Example
White with #FB51C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB51C5; }
p { color: rgb(251,81,197); }
H1.HeaderClassName
{
color: #FB51C5;
}
.AnyTagClassName
{
color: #FB51C5;
}
</style>
background-color css
<style>
a { background-color: #FB51C5; }
a { background-color: rgb(251,81,197); }
div.DivClassName
{
background-color: #FB51C5;
}
.BgClassName
{
background-color: #FB51C5;
}
</style>
border-color css
<style>
span { border-color: #FB51C5; }
span { border-color: rgb(251,81,197); }
td.TdClassName
{
border-color: #FB51C5;
}
.TagClassName
{
border-color: #FB51C5;
}
</style>