Shades of Neon Pink #FF6CBE
Tints of Neon Pink #FF6CBE
RGB
CMYK
RGB Variations
Color information
#FF6CBE (or 0xFF6CBE) is known color: Neon Pink. HEX triplet: FF, 6C and BE. RGB value is (255,108,190). Sum of RGB (Red+Green+Blue) = 255+108+190=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CBE is #009341. Grayscale: #A1A1A1. Windows color (decimal): -37698 or 12479743. OLE color: 12479743.
HSL color Cylindrical-coordinate representation of color #FF6CBE: hue angle of 326.53º 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 #FF6CBE is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 190 | - |
| CMYK | 0 | 0.58 | 0.25 | 0 |
| HSL | 326.53º | 1% | 0.71% | - |
| HSV(B) | 326.53º | 0.58% | 1% | - |
| XYZ | 55.9 | 35.7 | 52.66 | - |
| YUV | 161.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 190 | 0 | 0.58 | 0.25 | 0 | 326.53 | 1 | 0.71 |
| Hex | FF | 6C | BE | 0 | 3A | 19 | 0 | 147 | 64 | 47 |
| Octal | 377 | 154 | 276 | 0 | 72 | 31 | 0 | 507 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10111110 | 0 | 111010 | 11001 | 0 | 101000111 | 1100100 | 1000111 |
Color Harmonies of #FF6CBE
Complementary color
Monochromatic Colors of #FF6CBE
Black with #FF6CBE
Text Example
Text Example
White with #FF6CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CBE; }
p { color: rgb(255,108,190); }
H1.HeaderClassName
{
color: #FF6CBE;
}
.AnyTagClassName
{
color: #FF6CBE;
}
</style>
background-color css
<style>
a { background-color: #FF6CBE; }
a { background-color: rgb(255,108,190); }
div.DivClassName
{
background-color: #FF6CBE;
}
.BgClassName
{
background-color: #FF6CBE;
}
</style>
border-color css
<style>
span { border-color: #FF6CBE; }
span { border-color: rgb(255,108,190); }
td.TdClassName
{
border-color: #FF6CBE;
}
.TagClassName
{
border-color: #FF6CBE;
}
</style>