Html Css Color HEX #FC63D6 Neon Pink

📋 copy color: '#FC63D6'

red 252 ◦ green 99 ◦ blue 214

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

Shades of Neon Pink #FC63D6

Tints of Neon Pink #FC63D6

RGB

 RED value IS 252 (98.83% from 255) = 44.6%

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

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 44.6%
G = 17.52%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC63D6 (or 0xFC63D6) is known color: Neon Pink. HEX triplet: FC, 63 and D6. RGB value is (252,99,214). Sum of RGB (Red+Green+Blue) = 252+99+214=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63D6 is #039C29. Grayscale: #9D9D9D. Windows color (decimal): -236586 or 14050300. OLE color: 14050300.

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

Color convert

RGB 252 99 214 -
CMYK 0 0.61 0.15 0.01
HSL 314.9º 0.96% 0.69% -
HSV(B) 314.9º 0.61% 0.99% -
XYZ 56.74 34.47 67.28 -
YUV 157.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 252 99 214 0 0.61 0.15 0.01 314.9 0.96 0.69
Hex FC 63 D6 0 3D F 1 13B 60 45
Octal 374 143 326 0 75 17 1 473 140 105
Binary 11111100 1100011 11010110 0 111101 1111 1 100111011 1100000 1000101

Color Harmonies of #FC63D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63D6

Black with #FC63D6

Text Example


Text Example

White with #FC63D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63D6; }

 p { color: rgb(252,99,214); }

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

background-color css

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

 a { background-color: rgb(252,99,214); }

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

border-color css

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

 span { border-color: rgb(252,99,214); }

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