Shades of Neon Pink #FB52C5
Tints of Neon Pink #FB52C5
RGB
CMYK
RGB Variations
Color information
#FB52C5 (or 0xFB52C5) is known color: Neon Pink. HEX triplet: FB, 52 and C5. RGB value is (251,82,197). Sum of RGB (Red+Green+Blue) = 251+82+197=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52C5 is #04AD3A. Grayscale: #919191. Windows color (decimal): -306491 or 12931835. OLE color: 12931835.
HSL color Cylindrical-coordinate representation of color #FB52C5: hue angle of 319.17º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB52C5 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 197 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.02 |
| HSL | 319.17º | 0.95% | 0.65% | - |
| HSV(B) | 319.17º | 0.67% | 0.98% | - |
| XYZ | 52.88 | 30.58 | 55.94 | - |
| YUV | 145.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 197 | 0 | 0.67 | 0.22 | 0.02 | 319.17 | 0.95 | 0.65 |
| Hex | FB | 52 | C5 | 0 | 43 | 16 | 2 | 13F | 5F | 41 |
| Octal | 373 | 122 | 305 | 0 | 103 | 26 | 2 | 477 | 137 | 101 |
| Binary | 11111011 | 1010010 | 11000101 | 0 | 1000011 | 10110 | 10 | 100111111 | 1011111 | 1000001 |
Color Harmonies of #FB52C5
Complementary color
Monochromatic Colors of #FB52C5
Black with #FB52C5
Text Example
Text Example
White with #FB52C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB52C5; }
p { color: rgb(251,82,197); }
H1.HeaderClassName
{
color: #FB52C5;
}
.AnyTagClassName
{
color: #FB52C5;
}
</style>
background-color css
<style>
a { background-color: #FB52C5; }
a { background-color: rgb(251,82,197); }
div.DivClassName
{
background-color: #FB52C5;
}
.BgClassName
{
background-color: #FB52C5;
}
</style>
border-color css
<style>
span { border-color: #FB52C5; }
span { border-color: rgb(251,82,197); }
td.TdClassName
{
border-color: #FB52C5;
}
.TagClassName
{
border-color: #FB52C5;
}
</style>