Shades of Neon Pink #FB5ED3
Tints of Neon Pink #FB5ED3
RGB
CMYK
RGB Variations
Color information
#FB5ED3 (or 0xFB5ED3) is known color: Neon Pink. HEX triplet: FB, 5E and D3. RGB value is (251,94,211). Sum of RGB (Red+Green+Blue) = 251+94+211=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ED3 is #04A12C. Grayscale: #999999. Windows color (decimal): -303405 or 13852411. OLE color: 13852411.
HSL color Cylindrical-coordinate representation of color #FB5ED3: hue angle of 315.29º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5ED3 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 211 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.02 |
| HSL | 315.29º | 0.95% | 0.68% | - |
| HSV(B) | 315.29º | 0.63% | 0.98% | - |
| XYZ | 55.54 | 33.22 | 65.11 | - |
| YUV | 154.28 | 160.01 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 211 | 0 | 0.63 | 0.16 | 0.02 | 315.29 | 0.95 | 0.68 |
| Hex | FB | 5E | D3 | 0 | 3F | 10 | 2 | 13B | 5F | 44 |
| Octal | 373 | 136 | 323 | 0 | 77 | 20 | 2 | 473 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11010011 | 0 | 111111 | 10000 | 10 | 100111011 | 1011111 | 1000100 |
Color Harmonies of #FB5ED3
Complementary color
Monochromatic Colors of #FB5ED3
Black with #FB5ED3
Text Example
Text Example
White with #FB5ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5ED3; }
p { color: rgb(251,94,211); }
H1.HeaderClassName
{
color: #FB5ED3;
}
.AnyTagClassName
{
color: #FB5ED3;
}
</style>
background-color css
<style>
a { background-color: #FB5ED3; }
a { background-color: rgb(251,94,211); }
div.DivClassName
{
background-color: #FB5ED3;
}
.BgClassName
{
background-color: #FB5ED3;
}
</style>
border-color css
<style>
span { border-color: #FB5ED3; }
span { border-color: rgb(251,94,211); }
td.TdClassName
{
border-color: #FB5ED3;
}
.TagClassName
{
border-color: #FB5ED3;
}
</style>