Html Css Color HEX #FC65C0 Neon Pink

📋 copy color: '#FC65C0'

red 252 ◦ green 101 ◦ blue 192

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

Shades of Neon Pink #FC65C0

Tints of Neon Pink #FC65C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 46.24%
G = 18.53%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC65C0 (or 0xFC65C0) is known color: Neon Pink. HEX triplet: FC, 65 and C0. RGB value is (252,101,192). Sum of RGB (Red+Green+Blue) = 252+101+192=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65C0 is #039A3F. Grayscale: #9C9C9C. Windows color (decimal): -236096 or 12609020. OLE color: 12609020.

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

Color convert

RGB 252 101 192 -
CMYK 0 0.60 0.24 0.01
HSL 323.84º 0.96% 0.69% -
HSV(B) 323.84º 0.6% 0.99% -
XYZ 54.31 33.81 53.53 -
YUV 156.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 252 101 192 0 0.60 0.24 0.01 323.84 0.96 0.69
Hex FC 65 C0 0 3C 18 1 144 60 45
Octal 374 145 300 0 74 30 1 504 140 105
Binary 11111100 1100101 11000000 0 111100 11000 1 101000100 1100000 1000101

Color Harmonies of #FC65C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65C0

Black with #FC65C0

Text Example


Text Example

White with #FC65C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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