Shades of Neon Pink #FB61D4
Tints of Neon Pink #FB61D4
RGB
CMYK
RGB Variations
Color information
#FB61D4 (or 0xFB61D4) is known color: Neon Pink. HEX triplet: FB, 61 and D4. RGB value is (251,97,212). Sum of RGB (Red+Green+Blue) = 251+97+212=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB61D4 is #049E2B. Grayscale: #9B9B9B. Windows color (decimal): -302636 or 13918715. OLE color: 13918715.
HSL color Cylindrical-coordinate representation of color #FB61D4: hue angle of 315.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB61D4 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 212 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.02 |
| HSL | 315.19º | 0.95% | 0.68% | - |
| HSV(B) | 315.19º | 0.61% | 0.98% | - |
| XYZ | 55.94 | 33.81 | 65.87 | - |
| YUV | 156.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 212 | 0 | 0.61 | 0.16 | 0.02 | 315.19 | 0.95 | 0.68 |
| Hex | FB | 61 | D4 | 0 | 3D | 10 | 2 | 13B | 5F | 44 |
| Octal | 373 | 141 | 324 | 0 | 75 | 20 | 2 | 473 | 137 | 104 |
| Binary | 11111011 | 1100001 | 11010100 | 0 | 111101 | 10000 | 10 | 100111011 | 1011111 | 1000100 |
Color Harmonies of #FB61D4
Complementary color
Monochromatic Colors of #FB61D4
Black with #FB61D4
Text Example
Text Example
White with #FB61D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB61D4; }
p { color: rgb(251,97,212); }
H1.HeaderClassName
{
color: #FB61D4;
}
.AnyTagClassName
{
color: #FB61D4;
}
</style>
background-color css
<style>
a { background-color: #FB61D4; }
a { background-color: rgb(251,97,212); }
div.DivClassName
{
background-color: #FB61D4;
}
.BgClassName
{
background-color: #FB61D4;
}
</style>
border-color css
<style>
span { border-color: #FB61D4; }
span { border-color: rgb(251,97,212); }
td.TdClassName
{
border-color: #FB61D4;
}
.TagClassName
{
border-color: #FB61D4;
}
</style>