Shades of Neon Pink #FB5ED2
Tints of Neon Pink #FB5ED2
RGB
CMYK
RGB Variations
Color information
#FB5ED2 (or 0xFB5ED2) is known color: Neon Pink. HEX triplet: FB, 5E and D2. RGB value is (251,94,210). Sum of RGB (Red+Green+Blue) = 251+94+210=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ED2 is #04A12D. Grayscale: #999999. Windows color (decimal): -303406 or 13786875. OLE color: 13786875.
HSL color Cylindrical-coordinate representation of color #FB5ED2: hue angle of 315.67º 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 #FB5ED2 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 210 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.02 |
| HSL | 315.67º | 0.95% | 0.68% | - |
| HSV(B) | 315.67º | 0.63% | 0.98% | - |
| XYZ | 55.42 | 33.17 | 64.45 | - |
| YUV | 154.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 210 | 0 | 0.63 | 0.16 | 0.02 | 315.67 | 0.95 | 0.68 |
| Hex | FB | 5E | D2 | 0 | 3F | 10 | 2 | 13C | 5F | 44 |
| Octal | 373 | 136 | 322 | 0 | 77 | 20 | 2 | 474 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11010010 | 0 | 111111 | 10000 | 10 | 100111100 | 1011111 | 1000100 |
Color Harmonies of #FB5ED2
Complementary color
Monochromatic Colors of #FB5ED2
Black with #FB5ED2
Text Example
Text Example
White with #FB5ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5ED2; }
p { color: rgb(251,94,210); }
H1.HeaderClassName
{
color: #FB5ED2;
}
.AnyTagClassName
{
color: #FB5ED2;
}
</style>
background-color css
<style>
a { background-color: #FB5ED2; }
a { background-color: rgb(251,94,210); }
div.DivClassName
{
background-color: #FB5ED2;
}
.BgClassName
{
background-color: #FB5ED2;
}
</style>
border-color css
<style>
span { border-color: #FB5ED2; }
span { border-color: rgb(251,94,210); }
td.TdClassName
{
border-color: #FB5ED2;
}
.TagClassName
{
border-color: #FB5ED2;
}
</style>