Html Css Color HEX #FC69D8 Neon Pink

📋 copy color: '#FC69D8'

red 252 ◦ green 105 ◦ blue 216

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

Shades of Neon Pink #FC69D8

Tints of Neon Pink #FC69D8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.32%

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 43.98%
G = 18.32%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC69D8 (or 0xFC69D8) is known color: Neon Pink. HEX triplet: FC, 69 and D8. RGB value is (252,105,216). Sum of RGB (Red+Green+Blue) = 252+105+216=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 105 (41.41% from 255 or 18.32% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69D8 is #039627. Grayscale: #A1A1A1. Windows color (decimal): -235048 or 14182908. OLE color: 14182908.

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

Color convert

RGB 252 105 216 -
CMYK 0 0.58 0.14 0.01
HSL 314.69º 0.96% 0.7% -
HSV(B) 314.69º 0.58% 0.99% -
XYZ 57.59 35.76 68.83 -
YUV 161.61 158.7 192.47 -
System Red Green Blue C M Y K H S L
Decimal 252 105 216 0 0.58 0.14 0.01 314.69 0.96 0.7
Hex FC 69 D8 0 3A E 1 13B 60 46
Octal 374 151 330 0 72 16 1 473 140 106
Binary 11111100 1101001 11011000 0 111010 1110 1 100111011 1100000 1000110

Color Harmonies of #FC69D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69D8

Black with #FC69D8

Text Example


Text Example

White with #FC69D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69D8; }

 p { color: rgb(252,105,216); }

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

background-color css

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

 a { background-color: rgb(252,105,216); }

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

border-color css

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

 span { border-color: rgb(252,105,216); }

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