Html Css Color HEX #FC63C9 Neon Pink

📋 copy color: '#FC63C9'

red 252 ◦ green 99 ◦ blue 201

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

Shades of Neon Pink #FC63C9

Tints of Neon Pink #FC63C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 45.65%
G = 17.93%
B = 36.41%

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

#FC63C9 (or 0xFC63C9) is known color: Neon Pink. HEX triplet: FC, 63 and C9. RGB value is (252,99,201). Sum of RGB (Red+Green+Blue) = 252+99+201=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63C9 is #039C36. Grayscale: #9C9C9C. Windows color (decimal): -236599 or 13198332. OLE color: 13198332.

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

Color convert

RGB 252 99 201 -
CMYK 0 0.61 0.20 0.01
HSL 320º 0.96% 0.69% -
HSV(B) 320º 0.61% 0.99% -
XYZ 55.15 33.84 58.88 -
YUV 156.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 252 99 201 0 0.61 0.20 0.01 320 0.96 0.69
Hex FC 63 C9 0 3D 14 1 140 60 45
Octal 374 143 311 0 75 24 1 500 140 105
Binary 11111100 1100011 11001001 0 111101 10100 1 101000000 1100000 1000101

Color Harmonies of #FC63C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63C9

Black with #FC63C9

Text Example


Text Example

White with #FC63C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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