Html Css Color HEX #FC68DA Neon Pink

📋 copy color: '#FC68DA'

red 252 ◦ green 104 ◦ blue 218

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

Shades of Neon Pink #FC68DA

Tints of Neon Pink #FC68DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.12%

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 43.9%
G = 18.12%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC68DA (or 0xFC68DA) is known color: Neon Pink. HEX triplet: FC, 68 and DA. RGB value is (252,104,218). Sum of RGB (Red+Green+Blue) = 252+104+218=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68DA is #039725. Grayscale: #A0A0A0. Windows color (decimal): -235302 or 14313724. OLE color: 14313724.

HSL color Cylindrical-coordinate representation of color #FC68DA: hue angle of 313.78º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC68DA is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 104 218 -
CMYK 0 0.59 0.13 0.01
HSL 313.78º 0.96% 0.7% -
HSV(B) 313.78º 0.59% 0.99% -
XYZ 57.75 35.66 70.17 -
YUV 161.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 252 104 218 0 0.59 0.13 0.01 313.78 0.96 0.7
Hex FC 68 DA 0 3B D 1 13A 60 46
Octal 374 150 332 0 73 15 1 472 140 106
Binary 11111100 1101000 11011010 0 111011 1101 1 100111010 1100000 1000110

Color Harmonies of #FC68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC68DA

Black with #FC68DA

Text Example


Text Example

White with #FC68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC68DA; }

 p { color: rgb(252,104,218); }

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

background-color css

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

 a { background-color: rgb(252,104,218); }

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

border-color css

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

 span { border-color: rgb(252,104,218); }

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