Shades of Neon Pink #FF6CDA
Tints of Neon Pink #FF6CDA
RGB
CMYK
RGB Variations
Color information
#FF6CDA (or 0xFF6CDA) is known color: Neon Pink. HEX triplet: FF, 6C and DA. RGB value is (255,108,218). Sum of RGB (Red+Green+Blue) = 255+108+218=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CDA is #009325. Grayscale: #A4A4A4. Windows color (decimal): -37670 or 14314751. OLE color: 14314751.
HSL color Cylindrical-coordinate representation of color #FF6CDA: hue angle of 315.1º 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 #FF6CDA is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 218 | - |
| CMYK | 0 | 0.58 | 0.15 | 0 |
| HSL | 315.1º | 1% | 0.71% | - |
| HSV(B) | 315.1º | 0.58% | 1% | - |
| XYZ | 59.26 | 37.05 | 70.36 | - |
| YUV | 164.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 218 | 0 | 0.58 | 0.15 | 0 | 315.1 | 1 | 0.71 |
| Hex | FF | 6C | DA | 0 | 3A | F | 0 | 13B | 64 | 47 |
| Octal | 377 | 154 | 332 | 0 | 72 | 17 | 0 | 473 | 144 | 107 |
| Binary | 11111111 | 1101100 | 11011010 | 0 | 111010 | 1111 | 0 | 100111011 | 1100100 | 1000111 |
Color Harmonies of #FF6CDA
Complementary color
Monochromatic Colors of #FF6CDA
Black with #FF6CDA
Text Example
Text Example
White with #FF6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6CDA; }
p { color: rgb(255,108,218); }
H1.HeaderClassName
{
color: #FF6CDA;
}
.AnyTagClassName
{
color: #FF6CDA;
}
</style>
background-color css
<style>
a { background-color: #FF6CDA; }
a { background-color: rgb(255,108,218); }
div.DivClassName
{
background-color: #FF6CDA;
}
.BgClassName
{
background-color: #FF6CDA;
}
</style>
border-color css
<style>
span { border-color: #FF6CDA; }
span { border-color: rgb(255,108,218); }
td.TdClassName
{
border-color: #FF6CDA;
}
.TagClassName
{
border-color: #FF6CDA;
}
</style>