Html Css Color HEX #FD63DC Neon Pink

📋 copy color: '#FD63DC'

red 253 ◦ green 99 ◦ blue 220

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

Shades of Neon Pink #FD63DC

Tints of Neon Pink #FD63DC

RGB

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

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

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

R = 44.23%
G = 17.31%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD63DC (or 0xFD63DC) is known color: Neon Pink. HEX triplet: FD, 63 and DC. RGB value is (253,99,220). Sum of RGB (Red+Green+Blue) = 253+99+220=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63DC is #029C23. Grayscale: #9E9E9E. Windows color (decimal): -171044 or 14443517. OLE color: 14443517.

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

Color convert

RGB 253 99 220 -
CMYK 0 0.61 0.13 0.01
HSL 312.86º 0.97% 0.69% -
HSV(B) 312.86º 0.61% 0.99% -
XYZ 57.89 34.97 71.41 -
YUV 158.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 253 99 220 0 0.61 0.13 0.01 312.86 0.97 0.69
Hex FD 63 DC 0 3D D 1 139 61 45
Octal 375 143 334 0 75 15 1 471 141 105
Binary 11111101 1100011 11011100 0 111101 1101 1 100111001 1100001 1000101

Color Harmonies of #FD63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63DC

Black with #FD63DC

Text Example


Text Example

White with #FD63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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