Shades of Neon Pink #FF6FCE
Tints of Neon Pink #FF6FCE
RGB
CMYK
RGB Variations
Color information
#FF6FCE (or 0xFF6FCE) is known color: Neon Pink. HEX triplet: FF, 6F and CE. RGB value is (255,111,206). Sum of RGB (Red+Green+Blue) = 255+111+206=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FCE is #009031. Grayscale: #A4A4A4. Windows color (decimal): -36914 or 13529087. OLE color: 13529087.
HSL color Cylindrical-coordinate representation of color #FF6FCE: hue angle of 320.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6FCE is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 206 | - |
| CMYK | 0 | 0.56 | 0.19 | 0 |
| HSL | 320.42º | 1% | 0.72% | - |
| HSV(B) | 320.42º | 0.56% | 1% | - |
| XYZ | 58.07 | 37.09 | 62.49 | - |
| YUV | 164.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 206 | 0 | 0.56 | 0.19 | 0 | 320.42 | 1 | 0.72 |
| Hex | FF | 6F | CE | 0 | 38 | 13 | 0 | 140 | 64 | 48 |
| Octal | 377 | 157 | 316 | 0 | 70 | 23 | 0 | 500 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11001110 | 0 | 111000 | 10011 | 0 | 101000000 | 1100100 | 1001000 |
Color Harmonies of #FF6FCE
Complementary color
Monochromatic Colors of #FF6FCE
Black with #FF6FCE
Text Example
Text Example
White with #FF6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FCE; }
p { color: rgb(255,111,206); }
H1.HeaderClassName
{
color: #FF6FCE;
}
.AnyTagClassName
{
color: #FF6FCE;
}
</style>
background-color css
<style>
a { background-color: #FF6FCE; }
a { background-color: rgb(255,111,206); }
div.DivClassName
{
background-color: #FF6FCE;
}
.BgClassName
{
background-color: #FF6FCE;
}
</style>
border-color css
<style>
span { border-color: #FF6FCE; }
span { border-color: rgb(255,111,206); }
td.TdClassName
{
border-color: #FF6FCE;
}
.TagClassName
{
border-color: #FF6FCE;
}
</style>