Html Css Color HEX #FC65C4 Neon Pink

📋 copy color: '#FC65C4'

red 252 ◦ green 101 ◦ blue 196

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

Shades of Neon Pink #FC65C4

Tints of Neon Pink #FC65C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.7%

R = 45.9%
G = 18.4%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC65C4 (or 0xFC65C4) is known color: Neon Pink. HEX triplet: FC, 65 and C4. RGB value is (252,101,196). Sum of RGB (Red+Green+Blue) = 252+101+196=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65C4 is #039A3B. Grayscale: #9C9C9C. Windows color (decimal): -236092 or 12871164. OLE color: 12871164.

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

Color convert

RGB 252 101 196 -
CMYK 0 0.60 0.22 0.01
HSL 322.25º 0.96% 0.69% -
HSV(B) 322.25º 0.6% 0.99% -
XYZ 54.76 33.99 55.9 -
YUV 156.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 252 101 196 0 0.60 0.22 0.01 322.25 0.96 0.69
Hex FC 65 C4 0 3C 16 1 142 60 45
Octal 374 145 304 0 74 26 1 502 140 105
Binary 11111100 1100101 11000100 0 111100 10110 1 101000010 1100000 1000101

Color Harmonies of #FC65C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65C4

Black with #FC65C4

Text Example


Text Example

White with #FC65C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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