Html Css Color HEX #FD64DC Neon Pink

📋 copy color: '#FD64DC'

red 253 ◦ green 100 ◦ blue 220

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

Shades of Neon Pink #FD64DC

Tints of Neon Pink #FD64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.45%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 44.15%
G = 17.45%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD64DC (or 0xFD64DC) is known color: Neon Pink. HEX triplet: FD, 64 and DC. RGB value is (253,100,220). Sum of RGB (Red+Green+Blue) = 253+100+220=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64DC is #029B23. Grayscale: #9F9F9F. Windows color (decimal): -170788 or 14443773. OLE color: 14443773.

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

Color convert

RGB 253 100 220 -
CMYK 0 0.60 0.13 0.01
HSL 312.94º 0.97% 0.69% -
HSV(B) 312.94º 0.6% 0.99% -
XYZ 57.98 35.16 71.44 -
YUV 159.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 253 100 220 0 0.60 0.13 0.01 312.94 0.97 0.69
Hex FD 64 DC 0 3C D 1 139 61 45
Octal 375 144 334 0 74 15 1 471 141 105
Binary 11111101 1100100 11011100 0 111100 1101 1 100111001 1100001 1000101

Color Harmonies of #FD64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64DC

Black with #FD64DC

Text Example


Text Example

White with #FD64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD64DC; }

 p { color: rgb(253,100,220); }

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

background-color css

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

 a { background-color: rgb(253,100,220); }

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

border-color css

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

 span { border-color: rgb(253,100,220); }

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