Html Css Color HEX #FD66DF Neon Pink

📋 copy color: '#FD66DF'

red 253 ◦ green 102 ◦ blue 223

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

Shades of Neon Pink #FD66DF

Tints of Neon Pink #FD66DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 43.77%
G = 17.65%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD66DF (or 0xFD66DF) is known color: Neon Pink. HEX triplet: FD, 66 and DF. RGB value is (253,102,223). Sum of RGB (Red+Green+Blue) = 253+102+223=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD66DF is #029920. Grayscale: #A0A0A0. Windows color (decimal): -170273 or 14640893. OLE color: 14640893.

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

Color convert

RGB 253 102 223 -
CMYK 0 0.60 0.12 0.01
HSL 311.92º 0.97% 0.7% -
HSV(B) 311.92º 0.6% 0.99% -
XYZ 58.58 35.71 73.62 -
YUV 160.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 253 102 223 0 0.60 0.12 0.01 311.92 0.97 0.7
Hex FD 66 DF 0 3C C 1 138 61 46
Octal 375 146 337 0 74 14 1 470 141 106
Binary 11111101 1100110 11011111 0 111100 1100 1 100111000 1100001 1000110

Color Harmonies of #FD66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD66DF

Black with #FD66DF

Text Example


Text Example

White with #FD66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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