Html Css Color HEX #FC68CC Neon Pink

📋 copy color: '#FC68CC'

red 252 ◦ green 104 ◦ blue 204

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

Shades of Neon Pink #FC68CC

Tints of Neon Pink #FC68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.57%

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 45%
G = 18.57%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC68CC (or 0xFC68CC) is known color: Neon Pink. HEX triplet: FC, 68 and CC. RGB value is (252,104,204). Sum of RGB (Red+Green+Blue) = 252+104+204=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68CC is #039733. Grayscale: #9F9F9F. Windows color (decimal): -235316 or 13396220. OLE color: 13396220.

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

Color convert

RGB 252 104 204 -
CMYK 0 0.59 0.19 0.01
HSL 319.46º 0.96% 0.7% -
HSV(B) 319.46º 0.59% 0.99% -
XYZ 55.99 34.96 60.92 -
YUV 159.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 252 104 204 0 0.59 0.19 0.01 319.46 0.96 0.7
Hex FC 68 CC 0 3B 13 1 13F 60 46
Octal 374 150 314 0 73 23 1 477 140 106
Binary 11111100 1101000 11001100 0 111011 10011 1 100111111 1100000 1000110

Color Harmonies of #FC68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68CC

Black with #FC68CC

Text Example


Text Example

White with #FC68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68CC; }

 p { color: rgb(252,104,204); }

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

background-color css

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

 a { background-color: rgb(252,104,204); }

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

border-color css

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

 span { border-color: rgb(252,104,204); }

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