Shades of Neon Pink #FF6BCC
Tints of Neon Pink #FF6BCC
RGB
CMYK
RGB Variations
Color information
#FF6BCC (or 0xFF6BCC) is known color: Neon Pink. HEX triplet: FF, 6B and CC. RGB value is (255,107,204). Sum of RGB (Red+Green+Blue) = 255+107+204=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BCC is #009433. Grayscale: #A2A2A2. Windows color (decimal): -37940 or 13396991. OLE color: 13396991.
HSL color Cylindrical-coordinate representation of color #FF6BCC: hue angle of 320.68º 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 #FF6BCC is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 204 | - |
| CMYK | 0 | 0.58 | 0.2 | 0 |
| HSL | 320.68º | 1% | 0.71% | - |
| HSV(B) | 320.68º | 0.58% | 1% | - |
| XYZ | 57.4 | 36.14 | 61.08 | - |
| YUV | 162.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 204 | 0 | 0.58 | 0.2 | 0 | 320.68 | 1 | 0.71 |
| Hex | FF | 6B | CC | 0 | 3A | 14 | 0 | 141 | 64 | 47 |
| Octal | 377 | 153 | 314 | 0 | 72 | 24 | 0 | 501 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11001100 | 0 | 111010 | 10100 | 0 | 101000001 | 1100100 | 1000111 |
Color Harmonies of #FF6BCC
Complementary color
Monochromatic Colors of #FF6BCC
Black with #FF6BCC
Text Example
Text Example
White with #FF6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BCC; }
p { color: rgb(255,107,204); }
H1.HeaderClassName
{
color: #FF6BCC;
}
.AnyTagClassName
{
color: #FF6BCC;
}
</style>
background-color css
<style>
a { background-color: #FF6BCC; }
a { background-color: rgb(255,107,204); }
div.DivClassName
{
background-color: #FF6BCC;
}
.BgClassName
{
background-color: #FF6BCC;
}
</style>
border-color css
<style>
span { border-color: #FF6BCC; }
span { border-color: rgb(255,107,204); }
td.TdClassName
{
border-color: #FF6BCC;
}
.TagClassName
{
border-color: #FF6BCC;
}
</style>