Shades of Neon Pink #FB52C2
Tints of Neon Pink #FB52C2
RGB
CMYK
RGB Variations
Color information
#FB52C2 (or 0xFB52C2) is known color: Neon Pink. HEX triplet: FB, 52 and C2. RGB value is (251,82,194). Sum of RGB (Red+Green+Blue) = 251+82+194=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB52C2 is #04AD3D. Grayscale: #919191. Windows color (decimal): -306494 or 12735227. OLE color: 12735227.
HSL color Cylindrical-coordinate representation of color #FB52C2: hue angle of 320.24º 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 #FB52C2 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 194 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.02 |
| HSL | 320.24º | 0.95% | 0.65% | - |
| HSV(B) | 320.24º | 0.67% | 0.98% | - |
| XYZ | 52.54 | 30.44 | 54.15 | - |
| YUV | 145.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 194 | 0 | 0.67 | 0.23 | 0.02 | 320.24 | 0.95 | 0.65 |
| Hex | FB | 52 | C2 | 0 | 43 | 17 | 2 | 140 | 5F | 41 |
| Octal | 373 | 122 | 302 | 0 | 103 | 27 | 2 | 500 | 137 | 101 |
| Binary | 11111011 | 1010010 | 11000010 | 0 | 1000011 | 10111 | 10 | 101000000 | 1011111 | 1000001 |
Color Harmonies of #FB52C2
Complementary color
Monochromatic Colors of #FB52C2
Black with #FB52C2
Text Example
Text Example
White with #FB52C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB52C2; }
p { color: rgb(251,82,194); }
H1.HeaderClassName
{
color: #FB52C2;
}
.AnyTagClassName
{
color: #FB52C2;
}
</style>
background-color css
<style>
a { background-color: #FB52C2; }
a { background-color: rgb(251,82,194); }
div.DivClassName
{
background-color: #FB52C2;
}
.BgClassName
{
background-color: #FB52C2;
}
</style>
border-color css
<style>
span { border-color: #FB52C2; }
span { border-color: rgb(251,82,194); }
td.TdClassName
{
border-color: #FB52C2;
}
.TagClassName
{
border-color: #FB52C2;
}
</style>