Shades of Neon Pink #FB54CE
Tints of Neon Pink #FB54CE
RGB
CMYK
RGB Variations
Color information
#FB54CE (or 0xFB54CE) is known color: Neon Pink. HEX triplet: FB, 54 and CE. RGB value is (251,84,206). Sum of RGB (Red+Green+Blue) = 251+84+206=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 84 (33.20% from 255 or 15.53% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB54CE is #04AB31. Grayscale: #939393. Windows color (decimal): -305970 or 13522171. OLE color: 13522171.
HSL color Cylindrical-coordinate representation of color #FB54CE: hue angle of 316.17º 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 #FB54CE is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 206 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.02 |
| HSL | 316.17º | 0.95% | 0.66% | - |
| HSV(B) | 316.17º | 0.67% | 0.98% | - |
| XYZ | 54.09 | 31.31 | 61.58 | - |
| YUV | 147.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 206 | 0 | 0.67 | 0.18 | 0.02 | 316.17 | 0.95 | 0.66 |
| Hex | FB | 54 | CE | 0 | 43 | 12 | 2 | 13C | 5F | 42 |
| Octal | 373 | 124 | 316 | 0 | 103 | 22 | 2 | 474 | 137 | 102 |
| Binary | 11111011 | 1010100 | 11001110 | 0 | 1000011 | 10010 | 10 | 100111100 | 1011111 | 1000010 |
Color Harmonies of #FB54CE
Complementary color
Monochromatic Colors of #FB54CE
Black with #FB54CE
Text Example
Text Example
White with #FB54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB54CE; }
p { color: rgb(251,84,206); }
H1.HeaderClassName
{
color: #FB54CE;
}
.AnyTagClassName
{
color: #FB54CE;
}
</style>
background-color css
<style>
a { background-color: #FB54CE; }
a { background-color: rgb(251,84,206); }
div.DivClassName
{
background-color: #FB54CE;
}
.BgClassName
{
background-color: #FB54CE;
}
</style>
border-color css
<style>
span { border-color: #FB54CE; }
span { border-color: rgb(251,84,206); }
td.TdClassName
{
border-color: #FB54CE;
}
.TagClassName
{
border-color: #FB54CE;
}
</style>