Shades of Neon Pink #FF6FC3
Tints of Neon Pink #FF6FC3
RGB
CMYK
RGB Variations
Color information
#FF6FC3 (or 0xFF6FC3) is known color: Neon Pink. HEX triplet: FF, 6F and C3. RGB value is (255,111,195). Sum of RGB (Red+Green+Blue) = 255+111+195=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FC3 is #00903C. Grayscale: #A3A3A3. Windows color (decimal): -36925 or 12808191. OLE color: 12808191.
HSL color Cylindrical-coordinate representation of color #FF6FC3: hue angle of 325º 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 #FF6FC3 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 195 | - |
| CMYK | 0 | 0.56 | 0.24 | 0 |
| HSL | 325º | 1% | 0.72% | - |
| HSV(B) | 325º | 0.56% | 1% | - |
| XYZ | 56.77 | 36.57 | 55.7 | - |
| YUV | 163.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 195 | 0 | 0.56 | 0.24 | 0 | 325 | 1 | 0.72 |
| Hex | FF | 6F | C3 | 0 | 38 | 18 | 0 | 145 | 64 | 48 |
| Octal | 377 | 157 | 303 | 0 | 70 | 30 | 0 | 505 | 144 | 110 |
| Binary | 11111111 | 1101111 | 11000011 | 0 | 111000 | 11000 | 0 | 101000101 | 1100100 | 1001000 |
Color Harmonies of #FF6FC3
Complementary color
Monochromatic Colors of #FF6FC3
Black with #FF6FC3
Text Example
Text Example
White with #FF6FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6FC3; }
p { color: rgb(255,111,195); }
H1.HeaderClassName
{
color: #FF6FC3;
}
.AnyTagClassName
{
color: #FF6FC3;
}
</style>
background-color css
<style>
a { background-color: #FF6FC3; }
a { background-color: rgb(255,111,195); }
div.DivClassName
{
background-color: #FF6FC3;
}
.BgClassName
{
background-color: #FF6FC3;
}
</style>
border-color css
<style>
span { border-color: #FF6FC3; }
span { border-color: rgb(255,111,195); }
td.TdClassName
{
border-color: #FF6FC3;
}
.TagClassName
{
border-color: #FF6FC3;
}
</style>