Html Css Color HEX #FC65DD Neon Pink

📋 copy color: '#FC65DD'

red 252 ◦ green 101 ◦ blue 221

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

Shades of Neon Pink #FC65DD

Tints of Neon Pink #FC65DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 43.9%
G = 17.6%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC65DD (or 0xFC65DD) is known color: Neon Pink. HEX triplet: FC, 65 and DD. RGB value is (252,101,221). Sum of RGB (Red+Green+Blue) = 252+101+221=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65DD is #039A22. Grayscale: #9F9F9F. Windows color (decimal): -236067 or 14509564. OLE color: 14509564.

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

Color convert

RGB 252 101 221 -
CMYK 0 0.60 0.12 0.01
HSL 312.32º 0.96% 0.69% -
HSV(B) 312.32º 0.6% 0.99% -
XYZ 57.85 35.22 72.16 -
YUV 159.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 252 101 221 0 0.60 0.12 0.01 312.32 0.96 0.69
Hex FC 65 DD 0 3C C 1 138 60 45
Octal 374 145 335 0 74 14 1 470 140 105
Binary 11111100 1100101 11011101 0 111100 1100 1 100111000 1100000 1000101

Color Harmonies of #FC65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65DD

Black with #FC65DD

Text Example


Text Example

White with #FC65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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