Html Css Color HEX #FD64DD Neon Pink

📋 copy color: '#FD64DD'

red 253 ◦ green 100 ◦ blue 221

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

Shades of Neon Pink #FD64DD

Tints of Neon Pink #FD64DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 44.08%
G = 17.42%
B = 38.5%

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

#FD64DD (or 0xFD64DD) is known color: Neon Pink. HEX triplet: FD, 64 and DD. RGB value is (253,100,221). Sum of RGB (Red+Green+Blue) = 253+100+221=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64DD is #029B22. Grayscale: #9F9F9F. Windows color (decimal): -170787 or 14509309. OLE color: 14509309.

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

Color convert

RGB 253 100 221 -
CMYK 0 0.60 0.13 0.01
HSL 312.55º 0.97% 0.69% -
HSV(B) 312.55º 0.6% 0.99% -
XYZ 58.12 35.22 72.14 -
YUV 159.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 253 100 221 0 0.60 0.13 0.01 312.55 0.97 0.69
Hex FD 64 DD 0 3C D 1 139 61 45
Octal 375 144 335 0 74 15 1 471 141 105
Binary 11111101 1100100 11011101 0 111100 1101 1 100111001 1100001 1000101

Color Harmonies of #FD64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64DD

Black with #FD64DD

Text Example


Text Example

White with #FD64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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