Shades of Neon Pink #FB5AC2
Tints of Neon Pink #FB5AC2
RGB
CMYK
RGB Variations
Color information
#FB5AC2 (or 0xFB5AC2) is known color: Neon Pink. HEX triplet: FB, 5A and C2. RGB value is (251,90,194). Sum of RGB (Red+Green+Blue) = 251+90+194=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5AC2 is #04A53D. Grayscale: #959595. Windows color (decimal): -304446 or 12737275. OLE color: 12737275.
HSL color Cylindrical-coordinate representation of color #FB5AC2: hue angle of 321.24º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AC2 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 194 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.02 |
| HSL | 321.24º | 0.95% | 0.67% | - |
| HSV(B) | 321.24º | 0.64% | 0.98% | - |
| XYZ | 53.18 | 31.72 | 54.36 | - |
| YUV | 150 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 194 | 0 | 0.64 | 0.23 | 0.02 | 321.24 | 0.95 | 0.67 |
| Hex | FB | 5A | C2 | 0 | 40 | 17 | 2 | 141 | 5F | 43 |
| Octal | 373 | 132 | 302 | 0 | 100 | 27 | 2 | 501 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11000010 | 0 | 1000000 | 10111 | 10 | 101000001 | 1011111 | 1000011 |
Color Harmonies of #FB5AC2
Complementary color
Monochromatic Colors of #FB5AC2
Black with #FB5AC2
Text Example
Text Example
White with #FB5AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AC2; }
p { color: rgb(251,90,194); }
H1.HeaderClassName
{
color: #FB5AC2;
}
.AnyTagClassName
{
color: #FB5AC2;
}
</style>
background-color css
<style>
a { background-color: #FB5AC2; }
a { background-color: rgb(251,90,194); }
div.DivClassName
{
background-color: #FB5AC2;
}
.BgClassName
{
background-color: #FB5AC2;
}
</style>
border-color css
<style>
span { border-color: #FB5AC2; }
span { border-color: rgb(251,90,194); }
td.TdClassName
{
border-color: #FB5AC2;
}
.TagClassName
{
border-color: #FB5AC2;
}
</style>