Html Css Color HEX #FC6CC8 Neon Pink

📋 copy color: '#FC6CC8'

red 252 ◦ green 108 ◦ blue 200

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

Shades of Neon Pink #FC6CC8

Tints of Neon Pink #FC6CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.29%

 BLUE value IS 200 (78.52% from 255) = 35.71%

R = 45%
G = 19.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC6CC8 (or 0xFC6CC8) is known color: Neon Pink. HEX triplet: FC, 6C and C8. RGB value is (252,108,200). Sum of RGB (Red+Green+Blue) = 252+108+200=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6CC8 is #039337. Grayscale: #A1A1A1. Windows color (decimal): -234296 or 13135100. OLE color: 13135100.

HSL color Cylindrical-coordinate representation of color #FC6CC8: hue angle of 321.67º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC6CC8 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 200 -
CMYK 0 0.57 0.21 0.01
HSL 321.67º 0.96% 0.71% -
HSV(B) 321.67º 0.57% 0.99% -
XYZ 55.93 35.59 58.57 -
YUV 161.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 252 108 200 0 0.57 0.21 0.01 321.67 0.96 0.71
Hex FC 6C C8 0 39 15 1 142 60 47
Octal 374 154 310 0 71 25 1 502 140 107
Binary 11111100 1101100 11001000 0 111001 10101 1 101000010 1100000 1000111

Color Harmonies of #FC6CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CC8

Black with #FC6CC8

Text Example


Text Example

White with #FC6CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CC8; }

 p { color: rgb(252,108,200); }

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

background-color css

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

 a { background-color: rgb(252,108,200); }

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

border-color css

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

 span { border-color: rgb(252,108,200); }

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