Shades of Neon Pink #FB53C8
Tints of Neon Pink #FB53C8
RGB
CMYK
RGB Variations
Color information
#FB53C8 (or 0xFB53C8) is known color: Neon Pink. HEX triplet: FB, 53 and C8. RGB value is (251,83,200). Sum of RGB (Red+Green+Blue) = 251+83+200=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53C8 is #04AC37. Grayscale: #929292. Windows color (decimal): -306232 or 13128699. OLE color: 13128699.
HSL color Cylindrical-coordinate representation of color #FB53C8: hue angle of 318.21º 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 #FB53C8 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 200 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.02 |
| HSL | 318.21º | 0.95% | 0.65% | - |
| HSV(B) | 318.21º | 0.67% | 0.98% | - |
| XYZ | 53.3 | 30.87 | 57.79 | - |
| YUV | 146.57 | 158.16 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 200 | 0 | 0.67 | 0.20 | 0.02 | 318.21 | 0.95 | 0.65 |
| Hex | FB | 53 | C8 | 0 | 43 | 14 | 2 | 13E | 5F | 41 |
| Octal | 373 | 123 | 310 | 0 | 103 | 24 | 2 | 476 | 137 | 101 |
| Binary | 11111011 | 1010011 | 11001000 | 0 | 1000011 | 10100 | 10 | 100111110 | 1011111 | 1000001 |
Color Harmonies of #FB53C8
Complementary color
Monochromatic Colors of #FB53C8
Black with #FB53C8
Text Example
Text Example
White with #FB53C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB53C8; }
p { color: rgb(251,83,200); }
H1.HeaderClassName
{
color: #FB53C8;
}
.AnyTagClassName
{
color: #FB53C8;
}
</style>
background-color css
<style>
a { background-color: #FB53C8; }
a { background-color: rgb(251,83,200); }
div.DivClassName
{
background-color: #FB53C8;
}
.BgClassName
{
background-color: #FB53C8;
}
</style>
border-color css
<style>
span { border-color: #FB53C8; }
span { border-color: rgb(251,83,200); }
td.TdClassName
{
border-color: #FB53C8;
}
.TagClassName
{
border-color: #FB53C8;
}
</style>