#FD60D2

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

Shades of Neon Pink #FD60D2

Tints of Neon Pink #FD60D2

Color information

#FD60D2 (or 0xFD60D2) is unknown color: approx Neon Pink. HEX triplet: FD, 60 and D2. RGB value is (253,96,210). Sum of RGB (Red+Green+Blue) = 253+96+210=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60D2 is #029F2D. Grayscale: #9B9B9B. Windows color (decimal): -171822 or 13787389. OLE color: 13787389.

HSL color Cylindrical-coordinate representation of color #FD60D2: hue angle of 316.43º 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 #FD60D2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB25396210-
CMYK00.620.170.01
HSL316.43º97.52%68.43%-
HSV(B)316.43º62.06%99.22%-
XYZ56.3233.964.55-
YUV155.94158.51197.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 96 (37.89% from 255) = 17.17%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=45.26%
G=17.17%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539621000.620.170.01316.4397.5268.43
HexFD60D203E11113c6244
Octal375140322076211474142104
Binary11111101110000011010010011111010001110011110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60D2; }

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

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

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

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

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

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

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

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