Html Css Color HEX #FD64CE Neon Pink

📋 copy color: '#FD64CE'

red 253 ◦ green 100 ◦ blue 206

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

Shades of Neon Pink #FD64CE

Tints of Neon Pink #FD64CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 45.26%
G = 17.89%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD64CE (or 0xFD64CE) is known color: Neon Pink. HEX triplet: FD, 64 and CE. RGB value is (253,100,206). Sum of RGB (Red+Green+Blue) = 253+100+206=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD64CE is #029B31. Grayscale: #9D9D9D. Windows color (decimal): -170802 or 13526269. OLE color: 13526269.

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

Color convert

RGB 253 100 206 -
CMYK 0 0.60 0.19 0.01
HSL 318.43º 0.97% 0.69% -
HSV(B) 318.43º 0.6% 0.99% -
XYZ 56.21 34.45 62.08 -
YUV 157.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 253 100 206 0 0.60 0.19 0.01 318.43 0.97 0.69
Hex FD 64 CE 0 3C 13 1 13E 61 45
Octal 375 144 316 0 74 23 1 476 141 105
Binary 11111101 1100100 11001110 0 111100 10011 1 100111110 1100001 1000101

Color Harmonies of #FD64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64CE

Black with #FD64CE

Text Example


Text Example

White with #FD64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD64CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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