Html Css Color HEX #FC69CE Neon Pink

📋 copy color: '#FC69CE'

red 252 ◦ green 105 ◦ blue 206

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

Shades of Neon Pink #FC69CE

Tints of Neon Pink #FC69CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.65%

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

R = 44.76%
G = 18.65%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC69CE (or 0xFC69CE) is known color: Neon Pink. HEX triplet: FC, 69 and CE. RGB value is (252,105,206). Sum of RGB (Red+Green+Blue) = 252+105+206=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69CE is #039631. Grayscale: #A0A0A0. Windows color (decimal): -235058 or 13527548. OLE color: 13527548.

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

Color convert

RGB 252 105 206 -
CMYK 0 0.58 0.18 0.01
HSL 318.78º 0.96% 0.7% -
HSV(B) 318.78º 0.58% 0.99% -
XYZ 56.34 35.25 62.23 -
YUV 160.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 252 105 206 0 0.58 0.18 0.01 318.78 0.96 0.7
Hex FC 69 CE 0 3A 12 1 13F 60 46
Octal 374 151 316 0 72 22 1 477 140 106
Binary 11111100 1101001 11001110 0 111010 10010 1 100111111 1100000 1000110

Color Harmonies of #FC69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69CE

Black with #FC69CE

Text Example


Text Example

White with #FC69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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