Shades of Neon Pink #FF5FD3
Tints of Neon Pink #FF5FD3
RGB
CMYK
RGB Variations
Color information
#FF5FD3 (or 0xFF5FD3) is known color: Neon Pink. HEX triplet: FF, 5F and D3. RGB value is (255,95,211). Sum of RGB (Red+Green+Blue) = 255+95+211=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FD3 is #00A02C. Grayscale: #9B9B9B. Windows color (decimal): -41005 or 13852671. OLE color: 13852671.
HSL color Cylindrical-coordinate representation of color #FF5FD3: hue angle of 316.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FD3 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 95 | 211 | - |
CMYK | 0 | 0.63 | 0.17 | 0 |
HSL | 316.5º | 1% | 0.69% | - |
HSV(B) | 316.5º | 0.63% | 1% | - |
XYZ | 57.09 | 34.15 | 65.21 | - |
YUV | 156.06 | 159.01 | 198.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 95 | 211 | 0 | 0.63 | 0.17 | 0 | 316.5 | 1 | 0.69 |
Hex | FF | 5F | D3 | 0 | 3F | 11 | 0 | 13C | 64 | 45 |
Octal | 377 | 137 | 323 | 0 | 77 | 21 | 0 | 474 | 144 | 105 |
Binary | 11111111 | 1011111 | 11010011 | 0 | 111111 | 10001 | 0 | 100111100 | 1100100 | 1000101 |
Color Harmonies of #FF5FD3
Complementary color
Monochromatic Colors of #FF5FD3
Black with #FF5FD3
Text Example
Text Example
White with #FF5FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FD3; }
p { color: rgb(255,95,211); }
H1.HeaderClassName
{
color: #FF5FD3;
}
.AnyTagClassName
{
color: #FF5FD3;
}
</style>
background-color css
<style>
a { background-color: #FF5FD3; }
a { background-color: rgb(255,95,211); }
div.DivClassName
{
background-color: #FF5FD3;
}
.BgClassName
{
background-color: #FF5FD3;
}
</style>
border-color css
<style>
span { border-color: #FF5FD3; }
span { border-color: rgb(255,95,211); }
td.TdClassName
{
border-color: #FF5FD3;
}
.TagClassName
{
border-color: #FF5FD3;
}
</style>