Shades of Neon Pink #FB69C5
Tints of Neon Pink #FB69C5
RGB
CMYK
RGB Variations
Color information
#FB69C5 (or 0xFB69C5) is known color: Neon Pink. HEX triplet: FB, 69 and C5. RGB value is (251,105,197). Sum of RGB (Red+Green+Blue) = 251+105+197=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB69C5 is #04963A. Grayscale: #9E9E9E. Windows color (decimal): -300603 or 12937723. OLE color: 12937723.
HSL color Cylindrical-coordinate representation of color #FB69C5: hue angle of 322.19º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB69C5 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 197 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.02 |
| HSL | 322.19º | 0.95% | 0.7% | - |
| HSV(B) | 322.19º | 0.58% | 0.98% | - |
| XYZ | 54.91 | 34.64 | 56.62 | - |
| YUV | 159.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 197 | 0 | 0.58 | 0.22 | 0.02 | 322.19 | 0.95 | 0.7 |
| Hex | FB | 69 | C5 | 0 | 3A | 16 | 2 | 142 | 5F | 46 |
| Octal | 373 | 151 | 305 | 0 | 72 | 26 | 2 | 502 | 137 | 106 |
| Binary | 11111011 | 1101001 | 11000101 | 0 | 111010 | 10110 | 10 | 101000010 | 1011111 | 1000110 |
Color Harmonies of #FB69C5
Complementary color
Monochromatic Colors of #FB69C5
Black with #FB69C5
Text Example
Text Example
White with #FB69C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB69C5; }
p { color: rgb(251,105,197); }
H1.HeaderClassName
{
color: #FB69C5;
}
.AnyTagClassName
{
color: #FB69C5;
}
</style>
background-color css
<style>
a { background-color: #FB69C5; }
a { background-color: rgb(251,105,197); }
div.DivClassName
{
background-color: #FB69C5;
}
.BgClassName
{
background-color: #FB69C5;
}
</style>
border-color css
<style>
span { border-color: #FB69C5; }
span { border-color: rgb(251,105,197); }
td.TdClassName
{
border-color: #FB69C5;
}
.TagClassName
{
border-color: #FB69C5;
}
</style>