Shades of Neon Pink #FB5ACC
Tints of Neon Pink #FB5ACC
RGB
CMYK
RGB Variations
Color information
#FB5ACC (or 0xFB5ACC) is known color: Neon Pink. HEX triplet: FB, 5A and CC. RGB value is (251,90,204). Sum of RGB (Red+Green+Blue) = 251+90+204=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ACC is #04A533. Grayscale: #969696. Windows color (decimal): -304436 or 13392635. OLE color: 13392635.
HSL color Cylindrical-coordinate representation of color #FB5ACC: hue angle of 317.52º 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 #FB5ACC is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 204 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.02 |
| HSL | 317.52º | 0.95% | 0.67% | - |
| HSV(B) | 317.52º | 0.64% | 0.98% | - |
| XYZ | 54.34 | 32.18 | 60.47 | - |
| YUV | 151.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 204 | 0 | 0.64 | 0.19 | 0.02 | 317.52 | 0.95 | 0.67 |
| Hex | FB | 5A | CC | 0 | 40 | 13 | 2 | 13E | 5F | 43 |
| Octal | 373 | 132 | 314 | 0 | 100 | 23 | 2 | 476 | 137 | 103 |
| Binary | 11111011 | 1011010 | 11001100 | 0 | 1000000 | 10011 | 10 | 100111110 | 1011111 | 1000011 |
Color Harmonies of #FB5ACC
Complementary color
Monochromatic Colors of #FB5ACC
Black with #FB5ACC
Text Example
Text Example
White with #FB5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5ACC; }
p { color: rgb(251,90,204); }
H1.HeaderClassName
{
color: #FB5ACC;
}
.AnyTagClassName
{
color: #FB5ACC;
}
</style>
background-color css
<style>
a { background-color: #FB5ACC; }
a { background-color: rgb(251,90,204); }
div.DivClassName
{
background-color: #FB5ACC;
}
.BgClassName
{
background-color: #FB5ACC;
}
</style>
border-color css
<style>
span { border-color: #FB5ACC; }
span { border-color: rgb(251,90,204); }
td.TdClassName
{
border-color: #FB5ACC;
}
.TagClassName
{
border-color: #FB5ACC;
}
</style>