Shades of Neon Pink #FB5EC2
Tints of Neon Pink #FB5EC2
RGB
CMYK
RGB Variations
Color information
#FB5EC2 (or 0xFB5EC2) is known color: Neon Pink. HEX triplet: FB, 5E and C2. RGB value is (251,94,194). Sum of RGB (Red+Green+Blue) = 251+94+194=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC2 is #04A13D. Grayscale: #989898. Windows color (decimal): -303422 or 12738299. OLE color: 12738299.
HSL color Cylindrical-coordinate representation of color #FB5EC2: hue angle of 321.78º 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 #FB5EC2 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 194 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.02 |
| HSL | 321.78º | 0.95% | 0.68% | - |
| HSV(B) | 321.78º | 0.63% | 0.98% | - |
| XYZ | 53.52 | 32.41 | 54.47 | - |
| YUV | 152.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 194 | 0 | 0.63 | 0.23 | 0.02 | 321.78 | 0.95 | 0.68 |
| Hex | FB | 5E | C2 | 0 | 3F | 17 | 2 | 142 | 5F | 44 |
| Octal | 373 | 136 | 302 | 0 | 77 | 27 | 2 | 502 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11000010 | 0 | 111111 | 10111 | 10 | 101000010 | 1011111 | 1000100 |
Color Harmonies of #FB5EC2
Complementary color
Monochromatic Colors of #FB5EC2
Black with #FB5EC2
Text Example
Text Example
White with #FB5EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EC2; }
p { color: rgb(251,94,194); }
H1.HeaderClassName
{
color: #FB5EC2;
}
.AnyTagClassName
{
color: #FB5EC2;
}
</style>
background-color css
<style>
a { background-color: #FB5EC2; }
a { background-color: rgb(251,94,194); }
div.DivClassName
{
background-color: #FB5EC2;
}
.BgClassName
{
background-color: #FB5EC2;
}
</style>
border-color css
<style>
span { border-color: #FB5EC2; }
span { border-color: rgb(251,94,194); }
td.TdClassName
{
border-color: #FB5EC2;
}
.TagClassName
{
border-color: #FB5EC2;
}
</style>