Html Css Color HEX #FC63C2 Neon Pink

📋 copy color: '#FC63C2'

red 252 ◦ green 99 ◦ blue 194

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

Shades of Neon Pink #FC63C2

Tints of Neon Pink #FC63C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 46.24%
G = 18.17%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC63C2 (or 0xFC63C2) is known color: Neon Pink. HEX triplet: FC, 63 and C2. RGB value is (252,99,194). Sum of RGB (Red+Green+Blue) = 252+99+194=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63C2 is #039C3D. Grayscale: #9B9B9B. Windows color (decimal): -236606 or 12739580. OLE color: 12739580.

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

Color convert

RGB 252 99 194 -
CMYK 0 0.61 0.23 0.01
HSL 322.75º 0.96% 0.69% -
HSV(B) 322.75º 0.61% 0.99% -
XYZ 54.34 33.51 54.64 -
YUV 155.58 149.69 196.78 -
System Red Green Blue C M Y K H S L
Decimal 252 99 194 0 0.61 0.23 0.01 322.75 0.96 0.69
Hex FC 63 C2 0 3D 17 1 143 60 45
Octal 374 143 302 0 75 27 1 503 140 105
Binary 11111100 1100011 11000010 0 111101 10111 1 101000011 1100000 1000101

Color Harmonies of #FC63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC63C2

Black with #FC63C2

Text Example


Text Example

White with #FC63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC63C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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