Shades of Neon Pink #FB53C5
Tints of Neon Pink #FB53C5
RGB
CMYK
RGB Variations
Color information
#FB53C5 (or 0xFB53C5) is known color: Neon Pink. HEX triplet: FB, 53 and C5. RGB value is (251,83,197). Sum of RGB (Red+Green+Blue) = 251+83+197=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53C5 is #04AC3A. Grayscale: #919191. Windows color (decimal): -306235 or 12932091. OLE color: 12932091.
HSL color Cylindrical-coordinate representation of color #FB53C5: hue angle of 319.29º 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 #FB53C5 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 197 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.02 |
| HSL | 319.29º | 0.95% | 0.65% | - |
| HSV(B) | 319.29º | 0.67% | 0.98% | - |
| XYZ | 52.95 | 30.73 | 55.96 | - |
| YUV | 146.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 197 | 0 | 0.67 | 0.22 | 0.02 | 319.29 | 0.95 | 0.65 |
| Hex | FB | 53 | C5 | 0 | 43 | 16 | 2 | 13F | 5F | 41 |
| Octal | 373 | 123 | 305 | 0 | 103 | 26 | 2 | 477 | 137 | 101 |
| Binary | 11111011 | 1010011 | 11000101 | 0 | 1000011 | 10110 | 10 | 100111111 | 1011111 | 1000001 |
Color Harmonies of #FB53C5
Complementary color
Monochromatic Colors of #FB53C5
Black with #FB53C5
Text Example
Text Example
White with #FB53C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB53C5; }
p { color: rgb(251,83,197); }
H1.HeaderClassName
{
color: #FB53C5;
}
.AnyTagClassName
{
color: #FB53C5;
}
</style>
background-color css
<style>
a { background-color: #FB53C5; }
a { background-color: rgb(251,83,197); }
div.DivClassName
{
background-color: #FB53C5;
}
.BgClassName
{
background-color: #FB53C5;
}
</style>
border-color css
<style>
span { border-color: #FB53C5; }
span { border-color: rgb(251,83,197); }
td.TdClassName
{
border-color: #FB53C5;
}
.TagClassName
{
border-color: #FB53C5;
}
</style>