Html Css Color HEX #FD64D1 Neon Pink

📋 copy color: '#FD64D1'

red 253 ◦ green 100 ◦ blue 209

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

Shades of Neon Pink #FD64D1

Tints of Neon Pink #FD64D1

RGB

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

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

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

R = 45.02%
G = 17.79%
B = 37.19%

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

#FD64D1 (or 0xFD64D1) is known color: Neon Pink. HEX triplet: FD, 64 and D1. RGB value is (253,100,209). Sum of RGB (Red+Green+Blue) = 253+100+209=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64D1 is #029B2E. Grayscale: #9D9D9D. Windows color (decimal): -170799 or 13722877. OLE color: 13722877.

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

Color convert

RGB 253 100 209 -
CMYK 0 0.60 0.17 0.01
HSL 317.25º 0.97% 0.69% -
HSV(B) 317.25º 0.6% 0.99% -
XYZ 56.57 34.6 64.02 -
YUV 158.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 253 100 209 0 0.60 0.17 0.01 317.25 0.97 0.69
Hex FD 64 D1 0 3C 11 1 13D 61 45
Octal 375 144 321 0 74 21 1 475 141 105
Binary 11111101 1100100 11010001 0 111100 10001 1 100111101 1100001 1000101

Color Harmonies of #FD64D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64D1

Black with #FD64D1

Text Example


Text Example

White with #FD64D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD64D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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