Html Css Color HEX #FD66D2 Neon Pink

📋 copy color: '#FD66D2'

red 253 ◦ green 102 ◦ blue 210

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

Shades of Neon Pink #FD66D2

Tints of Neon Pink #FD66D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.17%

R = 44.78%
G = 18.05%
B = 37.17%

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

#FD66D2 (or 0xFD66D2) is known color: Neon Pink. HEX triplet: FD, 66 and D2. RGB value is (253,102,210). Sum of RGB (Red+Green+Blue) = 253+102+210=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD66D2 is #02992D. Grayscale: #9F9F9F. Windows color (decimal): -170286 or 13788925. OLE color: 13788925.

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

Color convert

RGB 253 102 210 -
CMYK 0 0.60 0.17 0.01
HSL 317.09º 0.97% 0.7% -
HSV(B) 317.09º 0.6% 0.99% -
XYZ 56.89 35.04 64.74 -
YUV 159.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 253 102 210 0 0.60 0.17 0.01 317.09 0.97 0.7
Hex FD 66 D2 0 3C 11 1 13D 61 46
Octal 375 146 322 0 74 21 1 475 141 106
Binary 11111101 1100110 11010010 0 111100 10001 1 100111101 1100001 1000110

Color Harmonies of #FD66D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD66D2

Black with #FD66D2

Text Example


Text Example

White with #FD66D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD66D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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