#FD60CF

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

Shades of Neon Pink #FD60CF

Tints of Neon Pink #FD60CF

Color information

#FD60CF (or 0xFD60CF) is unknown color: approx Neon Pink. HEX triplet: FD, 60 and CF. RGB value is (253,96,207). Sum of RGB (Red+Green+Blue) = 253+96+207=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60CF is #029F30. Grayscale: #9B9B9B. Windows color (decimal): -171825 or 13590781. OLE color: 13590781.

HSL color Cylindrical-coordinate representation of color #FD60CF: hue angle of 317.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60CF is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB25396207-
CMYK00.620.180.01
HSL317.58º97.52%68.43%-
HSV(B)317.58º62.06%99.22%-
XYZ55.9533.7562.6-
YUV155.6157.01197.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.50%
GREEN value IS 96 (37.89% from 255) = 17.27%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=45.50%
G=17.27%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539620700.620.180.01317.5897.5268.43
HexFD60CF03E12113e6244
Octal375140317076221476142104
Binary11111101110000011001111011111010010110011111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60CF; }

 p { color: rgb(253,96,207); }

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

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

 a { background-color: rgb(253,96,207); }

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

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

 span { border-color: rgb(253,96,207); }

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