Html Css Color HEX #FD60D1 Neon Pink

📋 copy color: '#FD60D1'

red 253 ◦ green 96 ◦ blue 209

#FD60D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FD60D1

Tints of Neon Pink #FD60D1

RGB

 RED value IS 253 (99.22% from 255) = 45.34%

 GREEN value IS 96 (37.89% from 255) = 17.2%

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 45.34%
G = 17.2%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD60D1 (or 0xFD60D1) is known color: Neon Pink. HEX triplet: FD, 60 and D1. RGB value is (253,96,209). Sum of RGB (Red+Green+Blue) = 253+96+209=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60D1 is #029F2E. Grayscale: #9B9B9B. Windows color (decimal): -171823 or 13721853. OLE color: 13721853.

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

Color convert

RGB 253 96 209 -
CMYK 0 0.62 0.17 0.01
HSL 316.82º 0.98% 0.68% -
HSV(B) 316.82º 0.62% 0.99% -
XYZ 56.2 33.85 63.89 -
YUV 155.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 253 96 209 0 0.62 0.17 0.01 316.82 0.98 0.68
Hex FD 60 D1 0 3E 11 1 13D 62 44
Octal 375 140 321 0 76 21 1 475 142 104
Binary 11111101 1100000 11010001 0 111110 10001 1 100111101 1100010 1000100

Color Harmonies of #FD60D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60D1

Black with #FD60D1

Text Example


Text Example

White with #FD60D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60D1; }

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

 H1.HeaderClassName
 {
   color: #FD60D1;
 }
 .AnyTagClassName
 {
   color: #FD60D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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