Html Css Color HEX #FD63CE Neon Pink

📋 copy color: '#FD63CE'

red 253 ◦ green 99 ◦ blue 206

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

Shades of Neon Pink #FD63CE

Tints of Neon Pink #FD63CE

RGB

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

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

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

R = 45.34%
G = 17.74%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD63CE (or 0xFD63CE) is known color: Neon Pink. HEX triplet: FD, 63 and CE. RGB value is (253,99,206). Sum of RGB (Red+Green+Blue) = 253+99+206=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63CE is #029C31. Grayscale: #9C9C9C. Windows color (decimal): -171058 or 13526013. OLE color: 13526013.

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

Color convert

RGB 253 99 206 -
CMYK 0 0.61 0.19 0.01
HSL 318.31º 0.97% 0.69% -
HSV(B) 318.31º 0.61% 0.99% -
XYZ 56.11 34.26 62.05 -
YUV 157.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 253 99 206 0 0.61 0.19 0.01 318.31 0.97 0.69
Hex FD 63 CE 0 3D 13 1 13E 61 45
Octal 375 143 316 0 75 23 1 476 141 105
Binary 11111101 1100011 11001110 0 111101 10011 1 100111110 1100001 1000101

Color Harmonies of #FD63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63CE

Black with #FD63CE

Text Example


Text Example

White with #FD63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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