Shades of Neon Pink #FF6BC9
Tints of Neon Pink #FF6BC9
RGB
CMYK
RGB Variations
Color information
#FF6BC9 (or 0xFF6BC9) is known color: Neon Pink. HEX triplet: FF, 6B and C9. RGB value is (255,107,201). Sum of RGB (Red+Green+Blue) = 255+107+201=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BC9 is #009436. Grayscale: #A1A1A1. Windows color (decimal): -37943 or 13200383. OLE color: 13200383.
HSL color Cylindrical-coordinate representation of color #FF6BC9: hue angle of 321.89º 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 #FF6BC9 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 201 | - |
| CMYK | 0 | 0.58 | 0.21 | 0 |
| HSL | 321.89º | 1% | 0.71% | - |
| HSV(B) | 321.89º | 0.58% | 1% | - |
| XYZ | 57.04 | 35.99 | 59.2 | - |
| YUV | 161.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 201 | 0 | 0.58 | 0.21 | 0 | 321.89 | 1 | 0.71 |
| Hex | FF | 6B | C9 | 0 | 3A | 15 | 0 | 142 | 64 | 47 |
| Octal | 377 | 153 | 311 | 0 | 72 | 25 | 0 | 502 | 144 | 107 |
| Binary | 11111111 | 1101011 | 11001001 | 0 | 111010 | 10101 | 0 | 101000010 | 1100100 | 1000111 |
Color Harmonies of #FF6BC9
Complementary color
Monochromatic Colors of #FF6BC9
Black with #FF6BC9
Text Example
Text Example
White with #FF6BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BC9; }
p { color: rgb(255,107,201); }
H1.HeaderClassName
{
color: #FF6BC9;
}
.AnyTagClassName
{
color: #FF6BC9;
}
</style>
background-color css
<style>
a { background-color: #FF6BC9; }
a { background-color: rgb(255,107,201); }
div.DivClassName
{
background-color: #FF6BC9;
}
.BgClassName
{
background-color: #FF6BC9;
}
</style>
border-color css
<style>
span { border-color: #FF6BC9; }
span { border-color: rgb(255,107,201); }
td.TdClassName
{
border-color: #FF6BC9;
}
.TagClassName
{
border-color: #FF6BC9;
}
</style>