Html Css Color HEX #FC65D7 Neon Pink

📋 copy color: '#FC65D7'

red 252 ◦ green 101 ◦ blue 215

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

Shades of Neon Pink #FC65D7

Tints of Neon Pink #FC65D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.85%

R = 44.37%
G = 17.78%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC65D7 (or 0xFC65D7) is known color: Neon Pink. HEX triplet: FC, 65 and D7. RGB value is (252,101,215). Sum of RGB (Red+Green+Blue) = 252+101+215=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 101 (39.84% from 255 or 17.78% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65D7 is #039A28. Grayscale: #9E9E9E. Windows color (decimal): -236073 or 14116348. OLE color: 14116348.

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

Color convert

RGB 252 101 215 -
CMYK 0 0.60 0.15 0.01
HSL 314.7º 0.96% 0.69% -
HSV(B) 314.7º 0.6% 0.99% -
XYZ 57.06 34.91 68.02 -
YUV 159.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 252 101 215 0 0.60 0.15 0.01 314.7 0.96 0.69
Hex FC 65 D7 0 3C F 1 13B 60 45
Octal 374 145 327 0 74 17 1 473 140 105
Binary 11111100 1100101 11010111 0 111100 1111 1 100111011 1100000 1000101

Color Harmonies of #FC65D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65D7

Black with #FC65D7

Text Example


Text Example

White with #FC65D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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