#FF5DC9

Color #FF5DC9 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF5DC9

Tints of Neon Pink #FF5DC9

Color information

#FF5DC9 (or 0xFF5DC9) is unknown color: approx Neon Pink. HEX triplet: FF, 5D and C9. RGB value is (255,93,201). Sum of RGB (Red+Green+Blue) = 255+93+201=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 93 (36.72% from 255 or 16.94% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DC9 is #00A236. Grayscale: #999999. Windows color (decimal): -41527 or 13196799. OLE color: 13196799.

HSL color Cylindrical-coordinate representation of color #FF5DC9: hue angle of 320º 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 #FF5DC9 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB25593201-
CMYK00.640.210
HSL320º100%68.24%-
HSV(B)320º63.53%100%-
XYZ55.733.3158.75-
YUV153.75154.67200.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 93 (36.72% from 255) = 16.94%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=46.45%
G=16.94%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559320100.640.21032010068.24
HexFF5DC90401501406444
Octal3771353110100250500144104
Binary111111111011101110010010100000010101010100000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DC9; }

 p { color: rgb(255,93,201); }

 H1.HeaderClassName
 {
   color: #FF5DC9;
 }
 .AnyTagClassName
 {
   color: #FF5DC9;
 }
</style>
background-color css

<style>
 a { background-color: #FF5DC9; }

 a { background-color: rgb(255,93,201); }

 div.DivClassName
 {
   background-color: #FF5DC9;
 }
 .BgClassName
 {
   background-color: #FF5DC9;
 }
</style>
border-color css

<style>
 span { border-color: #FF5DC9; }

 span { border-color: rgb(255,93,201); }

 td.TdClassName
 {
   border-color: #FF5DC9;
 }
 .TagClassName
 {
   border-color: #FF5DC9;
 }
</style>