Html Css Color HEX #FC65CE Neon Pink

📋 copy color: '#FC65CE'

red 252 ◦ green 101 ◦ blue 206

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

Shades of Neon Pink #FC65CE

Tints of Neon Pink #FC65CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.07%

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

R = 45.08%
G = 18.07%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC65CE (or 0xFC65CE) is known color: Neon Pink. HEX triplet: FC, 65 and CE. RGB value is (252,101,206). Sum of RGB (Red+Green+Blue) = 252+101+206=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65CE is #039A31. Grayscale: #9D9D9D. Windows color (decimal): -236082 or 13526524. OLE color: 13526524.

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

Color convert

RGB 252 101 206 -
CMYK 0 0.60 0.18 0.01
HSL 318.28º 0.96% 0.69% -
HSV(B) 318.28º 0.6% 0.99% -
XYZ 55.94 34.46 62.1 -
YUV 158.12 155.03 194.96 -
System Red Green Blue C M Y K H S L
Decimal 252 101 206 0 0.60 0.18 0.01 318.28 0.96 0.69
Hex FC 65 CE 0 3C 12 1 13E 60 45
Octal 374 145 316 0 74 22 1 476 140 105
Binary 11111100 1100101 11001110 0 111100 10010 1 100111110 1100000 1000101

Color Harmonies of #FC65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65CE

Black with #FC65CE

Text Example


Text Example

White with #FC65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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