#FF5DCF

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

Shades of Neon Pink #FF5DCF

Tints of Neon Pink #FF5DCF

Color information

#FF5DCF (or 0xFF5DCF) is unknown color: approx Neon Pink. HEX triplet: FF, 5D and CF. RGB value is (255,93,207). Sum of RGB (Red+Green+Blue) = 255+93+207=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DCF is #00A230. Grayscale: #9A9A9A. Windows color (decimal): -41521 or 13590015. OLE color: 13590015.

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

Color convert

RGB25593207-
CMYK00.640.190
HSL317.78º100%68.24%-
HSV(B)317.78º63.53%100%-
XYZ56.4233.5962.54-
YUV154.43157.67199.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 93 (36.72% from 255) = 16.76%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=45.95%
G=16.76%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559320700.640.190317.7810068.24
HexFF5DCF04013013e6444
Octal3771353170100230476144104
Binary111111111011101110011110100000010011010011111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DCF; }

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

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

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

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

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

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

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

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