Shades of Neon Pink #FF6DCF
Tints of Neon Pink #FF6DCF
RGB
CMYK
RGB Variations
Color information
#FF6DCF (or 0xFF6DCF) is known color: Neon Pink. HEX triplet: FF, 6D and CF. RGB value is (255,109,207). Sum of RGB (Red+Green+Blue) = 255+109+207=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DCF is #009230. Grayscale: #A3A3A3. Windows color (decimal): -37425 or 13594111. OLE color: 13594111.
HSL color Cylindrical-coordinate representation of color #FF6DCF: hue angle of 319.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6DCF is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 207 | - |
| CMYK | 0 | 0.57 | 0.19 | 0 |
| HSL | 319.73º | 1% | 0.71% | - |
| HSV(B) | 319.73º | 0.57% | 1% | - |
| XYZ | 57.97 | 36.7 | 63.06 | - |
| YUV | 163.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 207 | 0 | 0.57 | 0.19 | 0 | 319.73 | 1 | 0.71 |
| Hex | FF | 6D | CF | 0 | 39 | 13 | 0 | 140 | 64 | 47 |
| Octal | 377 | 155 | 317 | 0 | 71 | 23 | 0 | 500 | 144 | 107 |
| Binary | 11111111 | 1101101 | 11001111 | 0 | 111001 | 10011 | 0 | 101000000 | 1100100 | 1000111 |
Color Harmonies of #FF6DCF
Complementary color
Monochromatic Colors of #FF6DCF
Black with #FF6DCF
Text Example
Text Example
White with #FF6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6DCF; }
p { color: rgb(255,109,207); }
H1.HeaderClassName
{
color: #FF6DCF;
}
.AnyTagClassName
{
color: #FF6DCF;
}
</style>
background-color css
<style>
a { background-color: #FF6DCF; }
a { background-color: rgb(255,109,207); }
div.DivClassName
{
background-color: #FF6DCF;
}
.BgClassName
{
background-color: #FF6DCF;
}
</style>
border-color css
<style>
span { border-color: #FF6DCF; }
span { border-color: rgb(255,109,207); }
td.TdClassName
{
border-color: #FF6DCF;
}
.TagClassName
{
border-color: #FF6DCF;
}
</style>