Html Css Color HEX #FC68CB Neon Pink

📋 copy color: '#FC68CB'

red 252 ◦ green 104 ◦ blue 203

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

Shades of Neon Pink #FC68CB

Tints of Neon Pink #FC68CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 45.08%
G = 18.6%
B = 36.31%

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

#FC68CB (or 0xFC68CB) is known color: Neon Pink. HEX triplet: FC, 68 and CB. RGB value is (252,104,203). Sum of RGB (Red+Green+Blue) = 252+104+203=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68CB is #039734. Grayscale: #9F9F9F. Windows color (decimal): -235317 or 13330684. OLE color: 13330684.

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

Color convert

RGB 252 104 203 -
CMYK 0 0.59 0.19 0.01
HSL 319.86º 0.96% 0.7% -
HSV(B) 319.86º 0.59% 0.99% -
XYZ 55.87 34.91 60.29 -
YUV 159.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 252 104 203 0 0.59 0.19 0.01 319.86 0.96 0.7
Hex FC 68 CB 0 3B 13 1 140 60 46
Octal 374 150 313 0 73 23 1 500 140 106
Binary 11111100 1101000 11001011 0 111011 10011 1 101000000 1100000 1000110

Color Harmonies of #FC68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68CB

Black with #FC68CB

Text Example


Text Example

White with #FC68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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