Shades of Neon Pink #FF69C0
Tints of Neon Pink #FF69C0
RGB
CMYK
RGB Variations
Color information
#FF69C0 (or 0xFF69C0) is known color: Neon Pink. HEX triplet: FF, 69 and C0. RGB value is (255,105,192). Sum of RGB (Red+Green+Blue) = 255+105+192=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69C0 is #00963F. Grayscale: #9F9F9F. Windows color (decimal): -38464 or 12610047. OLE color: 12610047.
HSL color Cylindrical-coordinate representation of color #FF69C0: hue angle of 325.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69C0 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 192 | - |
| CMYK | 0 | 0.59 | 0.25 | 0 |
| HSL | 325.2º | 1% | 0.71% | - |
| HSV(B) | 325.2º | 0.59% | 1% | - |
| XYZ | 55.81 | 35.17 | 53.72 | - |
| YUV | 159.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 192 | 0 | 0.59 | 0.25 | 0 | 325.2 | 1 | 0.71 |
| Hex | FF | 69 | C0 | 0 | 3B | 19 | 0 | 145 | 64 | 47 |
| Octal | 377 | 151 | 300 | 0 | 73 | 31 | 0 | 505 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11000000 | 0 | 111011 | 11001 | 0 | 101000101 | 1100100 | 1000111 |
Color Harmonies of #FF69C0
Complementary color
Monochromatic Colors of #FF69C0
Black with #FF69C0
Text Example
Text Example
White with #FF69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69C0; }
p { color: rgb(255,105,192); }
H1.HeaderClassName
{
color: #FF69C0;
}
.AnyTagClassName
{
color: #FF69C0;
}
</style>
background-color css
<style>
a { background-color: #FF69C0; }
a { background-color: rgb(255,105,192); }
div.DivClassName
{
background-color: #FF69C0;
}
.BgClassName
{
background-color: #FF69C0;
}
</style>
border-color css
<style>
span { border-color: #FF69C0; }
span { border-color: rgb(255,105,192); }
td.TdClassName
{
border-color: #FF69C0;
}
.TagClassName
{
border-color: #FF69C0;
}
</style>