Html Css Color HEX #FD66D1 Neon Pink

📋 copy color: '#FD66D1'

red 253 ◦ green 102 ◦ blue 209

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

Shades of Neon Pink #FD66D1

Tints of Neon Pink #FD66D1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.09%

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

R = 44.86%
G = 18.09%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD66D1 (or 0xFD66D1) is known color: Neon Pink. HEX triplet: FD, 66 and D1. RGB value is (253,102,209). Sum of RGB (Red+Green+Blue) = 253+102+209=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD66D1 is #02992E. Grayscale: #9F9F9F. Windows color (decimal): -170287 or 13723389. OLE color: 13723389.

HSL color Cylindrical-coordinate representation of color #FD66D1: hue angle of 317.48º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD66D1 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 102 209 -
CMYK 0 0.60 0.17 0.01
HSL 317.48º 0.97% 0.7% -
HSV(B) 317.48º 0.6% 0.99% -
XYZ 56.77 34.99 64.08 -
YUV 159.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 253 102 209 0 0.60 0.17 0.01 317.48 0.97 0.7
Hex FD 66 D1 0 3C 11 1 13D 61 46
Octal 375 146 321 0 74 21 1 475 141 106
Binary 11111101 1100110 11010001 0 111100 10001 1 100111101 1100001 1000110

Color Harmonies of #FD66D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD66D1

Black with #FD66D1

Text Example


Text Example

White with #FD66D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD66D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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