Html Css Color HEX #FD63CA Neon Pink

📋 copy color: '#FD63CA'

red 253 ◦ green 99 ◦ blue 202

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

Shades of Neon Pink #FD63CA

Tints of Neon Pink #FD63CA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.87%

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 45.67%
G = 17.87%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FD63CA (or 0xFD63CA) is known color: Neon Pink. HEX triplet: FD, 63 and CA. RGB value is (253,99,202). Sum of RGB (Red+Green+Blue) = 253+99+202=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63CA is #029C35. Grayscale: #9C9C9C. Windows color (decimal): -171062 or 13263869. OLE color: 13263869.

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

Color convert

RGB 253 99 202 -
CMYK 0 0.61 0.20 0.01
HSL 319.87º 0.97% 0.69% -
HSV(B) 319.87º 0.61% 0.99% -
XYZ 55.63 34.07 59.52 -
YUV 156.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 253 99 202 0 0.61 0.20 0.01 319.87 0.97 0.69
Hex FD 63 CA 0 3D 14 1 140 61 45
Octal 375 143 312 0 75 24 1 500 141 105
Binary 11111101 1100011 11001010 0 111101 10100 1 101000000 1100001 1000101

Color Harmonies of #FD63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63CA

Black with #FD63CA

Text Example


Text Example

White with #FD63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63CA; }

 p { color: rgb(253,99,202); }

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

background-color css

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

 a { background-color: rgb(253,99,202); }

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

border-color css

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

 span { border-color: rgb(253,99,202); }

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