Shades of Neon Pink #FF5CDA
Tints of Neon Pink #FF5CDA
RGB
CMYK
RGB Variations
Color information
#FF5CDA (or 0xFF5CDA) is known color: Neon Pink. HEX triplet: FF, 5C and DA. RGB value is (255,92,218). Sum of RGB (Red+Green+Blue) = 255+92+218=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CDA is #00A325. Grayscale: #9A9A9A. Windows color (decimal): -41766 or 14310655. OLE color: 14310655.
HSL color Cylindrical-coordinate representation of color #FF5CDA: hue angle of 313.62º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CDA is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 218 | - |
| CMYK | 0 | 0.64 | 0.15 | 0 |
| HSL | 313.62º | 1% | 0.68% | - |
| HSV(B) | 313.62º | 0.64% | 1% | - |
| XYZ | 57.72 | 33.98 | 69.85 | - |
| YUV | 155.1 | 163.5 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 218 | 0 | 0.64 | 0.15 | 0 | 313.62 | 1 | 0.68 |
| Hex | FF | 5C | DA | 0 | 40 | F | 0 | 13A | 64 | 44 |
| Octal | 377 | 134 | 332 | 0 | 100 | 17 | 0 | 472 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11011010 | 0 | 1000000 | 1111 | 0 | 100111010 | 1100100 | 1000100 |
Color Harmonies of #FF5CDA
Complementary color
Monochromatic Colors of #FF5CDA
Black with #FF5CDA
Text Example
Text Example
White with #FF5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CDA; }
p { color: rgb(255,92,218); }
H1.HeaderClassName
{
color: #FF5CDA;
}
.AnyTagClassName
{
color: #FF5CDA;
}
</style>
background-color css
<style>
a { background-color: #FF5CDA; }
a { background-color: rgb(255,92,218); }
div.DivClassName
{
background-color: #FF5CDA;
}
.BgClassName
{
background-color: #FF5CDA;
}
</style>
border-color css
<style>
span { border-color: #FF5CDA; }
span { border-color: rgb(255,92,218); }
td.TdClassName
{
border-color: #FF5CDA;
}
.TagClassName
{
border-color: #FF5CDA;
}
</style>