Html Css Color HEX #FC65BE Neon Pink

📋 copy color: '#FC65BE'

red 252 ◦ green 101 ◦ blue 190

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

Shades of Neon Pink #FC65BE

Tints of Neon Pink #FC65BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 46.41%
G = 18.6%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC65BE (or 0xFC65BE) is known color: Neon Pink. HEX triplet: FC, 65 and BE. RGB value is (252,101,190). Sum of RGB (Red+Green+Blue) = 252+101+190=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65BE is #039A41. Grayscale: #9C9C9C. Windows color (decimal): -236098 or 12477948. OLE color: 12477948.

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

Color convert

RGB 252 101 190 -
CMYK 0 0.60 0.25 0.01
HSL 324.64º 0.96% 0.69% -
HSV(B) 324.64º 0.6% 0.99% -
XYZ 54.09 33.72 52.37 -
YUV 156.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 252 101 190 0 0.60 0.25 0.01 324.64 0.96 0.69
Hex FC 65 BE 0 3C 19 1 145 60 45
Octal 374 145 276 0 74 31 1 505 140 105
Binary 11111100 1100101 10111110 0 111100 11001 1 101000101 1100000 1000101

Color Harmonies of #FC65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65BE

Black with #FC65BE

Text Example


Text Example

White with #FC65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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