Html Css Color HEX #FC62C0 Neon Pink

📋 copy color: '#FC62C0'

red 252 ◦ green 98 ◦ blue 192

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

Shades of Neon Pink #FC62C0

Tints of Neon Pink #FC62C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 46.49%
G = 18.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC62C0 (or 0xFC62C0) is known color: Neon Pink. HEX triplet: FC, 62 and C0. RGB value is (252,98,192). Sum of RGB (Red+Green+Blue) = 252+98+192=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC62C0 is #039D3F. Grayscale: #9A9A9A. Windows color (decimal): -236864 or 12608252. OLE color: 12608252.

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

Color convert

RGB 252 98 192 -
CMYK 0 0.61 0.24 0.01
HSL 323.38º 0.96% 0.69% -
HSV(B) 323.38º 0.61% 0.99% -
XYZ 54.03 33.24 53.44 -
YUV 154.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 252 98 192 0 0.61 0.24 0.01 323.38 0.96 0.69
Hex FC 62 C0 0 3D 18 1 143 60 45
Octal 374 142 300 0 75 30 1 503 140 105
Binary 11111100 1100010 11000000 0 111101 11000 1 101000011 1100000 1000101

Color Harmonies of #FC62C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC62C0

Black with #FC62C0

Text Example


Text Example

White with #FC62C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC62C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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