#FD60DB

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

Shades of Neon Pink #FD60DB

Tints of Neon Pink #FD60DB

Color information

#FD60DB (or 0xFD60DB) is unknown color: approx Neon Pink. HEX triplet: FD, 60 and DB. RGB value is (253,96,219). Sum of RGB (Red+Green+Blue) = 253+96+219=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60DB is #029F24. Grayscale: #9C9C9C. Windows color (decimal): -171813 or 14377213. OLE color: 14377213.

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

Color convert

RGB25396219-
CMYK00.620.130.01
HSL312.99º97.52%68.43%-
HSV(B)312.99º62.06%99.22%-
XYZ57.4834.3670.62-
YUV156.96163.01196.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 96 (37.89% from 255) = 16.90%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=44.54%
G=16.90%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539621900.620.130.01312.9997.5268.43
HexFD60DB03ED11396244
Octal375140333076151471142104
Binary1111110111000001101101101111101101110011100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD60DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD60DB; }

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

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

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

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

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

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

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

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