Shades of Neon Pink #FB52CE
Tints of Neon Pink #FB52CE
RGB
CMYK
RGB Variations
Color information
#FB52CE (or 0xFB52CE) is known color: Neon Pink. HEX triplet: FB, 52 and CE. RGB value is (251,82,206). Sum of RGB (Red+Green+Blue) = 251+82+206=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52CE is #04AD31. Grayscale: #929292. Windows color (decimal): -306482 or 13521659. OLE color: 13521659.
HSL color Cylindrical-coordinate representation of color #FB52CE: hue angle of 315.98º 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 #FB52CE is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 206 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.02 |
| HSL | 315.98º | 0.95% | 0.65% | - |
| HSV(B) | 315.98º | 0.67% | 0.98% | - |
| XYZ | 53.94 | 31 | 61.53 | - |
| YUV | 146.67 | 161.49 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 206 | 0 | 0.67 | 0.18 | 0.02 | 315.98 | 0.95 | 0.65 |
| Hex | FB | 52 | CE | 0 | 43 | 12 | 2 | 13C | 5F | 41 |
| Octal | 373 | 122 | 316 | 0 | 103 | 22 | 2 | 474 | 137 | 101 |
| Binary | 11111011 | 1010010 | 11001110 | 0 | 1000011 | 10010 | 10 | 100111100 | 1011111 | 1000001 |
Color Harmonies of #FB52CE
Complementary color
Monochromatic Colors of #FB52CE
Black with #FB52CE
Text Example
Text Example
White with #FB52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB52CE; }
p { color: rgb(251,82,206); }
H1.HeaderClassName
{
color: #FB52CE;
}
.AnyTagClassName
{
color: #FB52CE;
}
</style>
background-color css
<style>
a { background-color: #FB52CE; }
a { background-color: rgb(251,82,206); }
div.DivClassName
{
background-color: #FB52CE;
}
.BgClassName
{
background-color: #FB52CE;
}
</style>
border-color css
<style>
span { border-color: #FB52CE; }
span { border-color: rgb(251,82,206); }
td.TdClassName
{
border-color: #FB52CE;
}
.TagClassName
{
border-color: #FB52CE;
}
</style>