Shades of Neon Pink #FF6CCB
Tints of Neon Pink #FF6CCB
RGB
CMYK
RGB Variations
Color information
#FF6CCB (or 0xFF6CCB) is known color: Neon Pink. HEX triplet: FF, 6C and CB. RGB value is (255,108,203). Sum of RGB (Red+Green+Blue) = 255+108+203=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CCB is #009334. Grayscale: #A2A2A2. Windows color (decimal): -37685 or 13331711. OLE color: 13331711.
HSL color Cylindrical-coordinate representation of color #FF6CCB: hue angle of 321.22º 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 #FF6CCB is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 203 | - |
| CMYK | 0 | 0.58 | 0.20 | 0 |
| HSL | 321.22º | 1% | 0.71% | - |
| HSV(B) | 321.22º | 0.58% | 1% | - |
| XYZ | 57.38 | 36.3 | 60.48 | - |
| YUV | 162.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 203 | 0 | 0.58 | 0.20 | 0 | 321.22 | 1 | 0.71 |
| Hex | FF | 6C | CB | 0 | 3A | 14 | 0 | 141 | 64 | 47 |
| Octal | 377 | 154 | 313 | 0 | 72 | 24 | 0 | 501 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11001011 | 0 | 111010 | 10100 | 0 | 101000001 | 1100100 | 1000111 |
Color Harmonies of #FF6CCB
Complementary color
Monochromatic Colors of #FF6CCB
Black with #FF6CCB
Text Example
Text Example
White with #FF6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CCB; }
p { color: rgb(255,108,203); }
H1.HeaderClassName
{
color: #FF6CCB;
}
.AnyTagClassName
{
color: #FF6CCB;
}
</style>
background-color css
<style>
a { background-color: #FF6CCB; }
a { background-color: rgb(255,108,203); }
div.DivClassName
{
background-color: #FF6CCB;
}
.BgClassName
{
background-color: #FF6CCB;
}
</style>
border-color css
<style>
span { border-color: #FF6CCB; }
span { border-color: rgb(255,108,203); }
td.TdClassName
{
border-color: #FF6CCB;
}
.TagClassName
{
border-color: #FF6CCB;
}
</style>