Shades of Neon Pink #FF6BBF
Tints of Neon Pink #FF6BBF
RGB
CMYK
RGB Variations
Color information
#FF6BBF (or 0xFF6BBF) is known color: Neon Pink. HEX triplet: FF, 6B and BF. RGB value is (255,107,191). Sum of RGB (Red+Green+Blue) = 255+107+191=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BBF is #009440. Grayscale: #A0A0A0. Windows color (decimal): -37953 or 12545023. OLE color: 12545023.
HSL color Cylindrical-coordinate representation of color #FF6BBF: hue angle of 325.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6BBF is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 191 | - |
| CMYK | 0 | 0.58 | 0.25 | 0 |
| HSL | 325.95º | 1% | 0.71% | - |
| HSV(B) | 325.95º | 0.58% | 1% | - |
| XYZ | 55.9 | 35.54 | 53.2 | - |
| YUV | 160.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 191 | 0 | 0.58 | 0.25 | 0 | 325.95 | 1 | 0.71 |
| Hex | FF | 6B | BF | 0 | 3A | 19 | 0 | 146 | 64 | 47 |
| Octal | 377 | 153 | 277 | 0 | 72 | 31 | 0 | 506 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10111111 | 0 | 111010 | 11001 | 0 | 101000110 | 1100100 | 1000111 |
Color Harmonies of #FF6BBF
Complementary color
Monochromatic Colors of #FF6BBF
Black with #FF6BBF
Text Example
Text Example
White with #FF6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BBF; }
p { color: rgb(255,107,191); }
H1.HeaderClassName
{
color: #FF6BBF;
}
.AnyTagClassName
{
color: #FF6BBF;
}
</style>
background-color css
<style>
a { background-color: #FF6BBF; }
a { background-color: rgb(255,107,191); }
div.DivClassName
{
background-color: #FF6BBF;
}
.BgClassName
{
background-color: #FF6BBF;
}
</style>
border-color css
<style>
span { border-color: #FF6BBF; }
span { border-color: rgb(255,107,191); }
td.TdClassName
{
border-color: #FF6BBF;
}
.TagClassName
{
border-color: #FF6BBF;
}
</style>