Html Css Color HEX #FC62C1 Neon Pink

📋 copy color: '#FC62C1'

red 252 ◦ green 98 ◦ blue 193

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

Shades of Neon Pink #FC62C1

Tints of Neon Pink #FC62C1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.05%

 BLUE value IS 193 (75.78% from 255) = 35.54%

R = 46.41%
G = 18.05%
B = 35.54%

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

#FC62C1 (or 0xFC62C1) is known color: Neon Pink. HEX triplet: FC, 62 and C1. RGB value is (252,98,193). Sum of RGB (Red+Green+Blue) = 252+98+193=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC62C1 is #039D3E. Grayscale: #9A9A9A. Windows color (decimal): -236863 or 12673788. OLE color: 12673788.

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

Color convert

RGB 252 98 193 -
CMYK 0 0.61 0.23 0.01
HSL 322.99º 0.96% 0.69% -
HSV(B) 322.99º 0.61% 0.99% -
XYZ 54.14 33.28 54.02 -
YUV 154.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 252 98 193 0 0.61 0.23 0.01 322.99 0.96 0.69
Hex FC 62 C1 0 3D 17 1 143 60 45
Octal 374 142 301 0 75 27 1 503 140 105
Binary 11111100 1100010 11000001 0 111101 10111 1 101000011 1100000 1000101

Color Harmonies of #FC62C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC62C1

Black with #FC62C1

Text Example


Text Example

White with #FC62C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC62C1; }

 p { color: rgb(252,98,193); }

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

background-color css

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

 a { background-color: rgb(252,98,193); }

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

border-color css

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

 span { border-color: rgb(252,98,193); }

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