Shades of Neon Pink #FB54C0
Tints of Neon Pink #FB54C0
RGB
CMYK
RGB Variations
Color information
#FB54C0 (or 0xFB54C0) is known color: Neon Pink. HEX triplet: FB, 54 and C0. RGB value is (251,84,192). Sum of RGB (Red+Green+Blue) = 251+84+192=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB54C0 is #04AB3F. Grayscale: #919191. Windows color (decimal): -305984 or 12604667. OLE color: 12604667.
HSL color Cylindrical-coordinate representation of color #FB54C0: hue angle of 321.2º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB54C0 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 192 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.02 |
| HSL | 321.2º | 0.95% | 0.66% | - |
| HSV(B) | 321.2º | 0.67% | 0.98% | - |
| XYZ | 52.47 | 30.66 | 53.02 | - |
| YUV | 146.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 192 | 0 | 0.67 | 0.24 | 0.02 | 321.2 | 0.95 | 0.66 |
| Hex | FB | 54 | C0 | 0 | 43 | 18 | 2 | 141 | 5F | 42 |
| Octal | 373 | 124 | 300 | 0 | 103 | 30 | 2 | 501 | 137 | 102 |
| Binary | 11111011 | 1010100 | 11000000 | 0 | 1000011 | 11000 | 10 | 101000001 | 1011111 | 1000010 |
Color Harmonies of #FB54C0
Complementary color
Monochromatic Colors of #FB54C0
Black with #FB54C0
Text Example
Text Example
White with #FB54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB54C0; }
p { color: rgb(251,84,192); }
H1.HeaderClassName
{
color: #FB54C0;
}
.AnyTagClassName
{
color: #FB54C0;
}
</style>
background-color css
<style>
a { background-color: #FB54C0; }
a { background-color: rgb(251,84,192); }
div.DivClassName
{
background-color: #FB54C0;
}
.BgClassName
{
background-color: #FB54C0;
}
</style>
border-color css
<style>
span { border-color: #FB54C0; }
span { border-color: rgb(251,84,192); }
td.TdClassName
{
border-color: #FB54C0;
}
.TagClassName
{
border-color: #FB54C0;
}
</style>