Html Css Color HEX #FC68CE Neon Pink

📋 copy color: '#FC68CE'

red 252 ◦ green 104 ◦ blue 206

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

Shades of Neon Pink #FC68CE

Tints of Neon Pink #FC68CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 44.84%
G = 18.51%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC68CE (or 0xFC68CE) is known color: Neon Pink. HEX triplet: FC, 68 and CE. RGB value is (252,104,206). Sum of RGB (Red+Green+Blue) = 252+104+206=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68CE is #039731. Grayscale: #9F9F9F. Windows color (decimal): -235314 or 13527292. OLE color: 13527292.

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

Color convert

RGB 252 104 206 -
CMYK 0 0.59 0.18 0.01
HSL 318.65º 0.96% 0.7% -
HSV(B) 318.65º 0.59% 0.99% -
XYZ 56.24 35.05 62.19 -
YUV 159.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 252 104 206 0 0.59 0.18 0.01 318.65 0.96 0.7
Hex FC 68 CE 0 3B 12 1 13F 60 46
Octal 374 150 316 0 73 22 1 477 140 106
Binary 11111100 1101000 11001110 0 111011 10010 1 100111111 1100000 1000110

Color Harmonies of #FC68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68CE

Black with #FC68CE

Text Example


Text Example

White with #FC68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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