#F55DCF

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

Shades of Neon Pink #F55DCF

Tints of Neon Pink #F55DCF

Color information

#F55DCF (or 0xF55DCF) is unknown color: approx Neon Pink. HEX triplet: F5, 5D and CF. RGB value is (245,93,207). Sum of RGB (Red+Green+Blue) = 245+93+207=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DCF is #0AA230. Grayscale: #979797. Windows color (decimal): -696881 or 13590005. OLE color: 13590005.

HSL color Cylindrical-coordinate representation of color #F55DCF: hue angle of 315º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DCF is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB24593207-
CMYK00.620.160.04
HSL315º88.37%66.27%-
HSV(B)315º62.04%96.08%-
XYZ52.8331.7562.37-
YUV151.44159.36194.73-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 93 (36.72% from 255) = 17.06%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=44.95%
G=17.06%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459320700.620.160.0431588.3766.27
HexF55DCF03E10413b5842
Octal365135317076204473130102
Binary1111010110111011100111101111101000010010011101110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55DCF; }

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

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

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

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

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

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

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

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