Shades of Neon Pink #FF6CBF
Tints of Neon Pink #FF6CBF
RGB
CMYK
RGB Variations
Color information
#FF6CBF (or 0xFF6CBF) is known color: Neon Pink. HEX triplet: FF, 6C and BF. RGB value is (255,108,191). Sum of RGB (Red+Green+Blue) = 255+108+191=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CBF is #009340. Grayscale: #A1A1A1. Windows color (decimal): -37697 or 12545279. OLE color: 12545279.
HSL color Cylindrical-coordinate representation of color #FF6CBF: hue angle of 326.12º 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 #FF6CBF is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 191 | - |
| CMYK | 0 | 0.58 | 0.25 | 0 |
| HSL | 326.12º | 1% | 0.71% | - |
| HSV(B) | 326.12º | 0.58% | 1% | - |
| XYZ | 56.01 | 35.75 | 53.24 | - |
| YUV | 161.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 191 | 0 | 0.58 | 0.25 | 0 | 326.12 | 1 | 0.71 |
| Hex | FF | 6C | BF | 0 | 3A | 19 | 0 | 146 | 64 | 47 |
| Octal | 377 | 154 | 277 | 0 | 72 | 31 | 0 | 506 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10111111 | 0 | 111010 | 11001 | 0 | 101000110 | 1100100 | 1000111 |
Color Harmonies of #FF6CBF
Complementary color
Monochromatic Colors of #FF6CBF
Black with #FF6CBF
Text Example
Text Example
White with #FF6CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CBF; }
p { color: rgb(255,108,191); }
H1.HeaderClassName
{
color: #FF6CBF;
}
.AnyTagClassName
{
color: #FF6CBF;
}
</style>
background-color css
<style>
a { background-color: #FF6CBF; }
a { background-color: rgb(255,108,191); }
div.DivClassName
{
background-color: #FF6CBF;
}
.BgClassName
{
background-color: #FF6CBF;
}
</style>
border-color css
<style>
span { border-color: #FF6CBF; }
span { border-color: rgb(255,108,191); }
td.TdClassName
{
border-color: #FF6CBF;
}
.TagClassName
{
border-color: #FF6CBF;
}
</style>