Html Css Color HEX #FC69D2 Neon Pink

📋 copy color: '#FC69D2'

red 252 ◦ green 105 ◦ blue 210

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

Shades of Neon Pink #FC69D2

Tints of Neon Pink #FC69D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.04%

R = 44.44%
G = 18.52%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC69D2 (or 0xFC69D2) is known color: Neon Pink. HEX triplet: FC, 69 and D2. RGB value is (252,105,210). Sum of RGB (Red+Green+Blue) = 252+105+210=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69D2 is #03962D. Grayscale: #A0A0A0. Windows color (decimal): -235054 or 13789692. OLE color: 13789692.

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

Color convert

RGB 252 105 210 -
CMYK 0 0.58 0.17 0.01
HSL 317.14º 0.96% 0.7% -
HSV(B) 317.14º 0.58% 0.99% -
XYZ 56.83 35.45 64.82 -
YUV 160.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 252 105 210 0 0.58 0.17 0.01 317.14 0.96 0.7
Hex FC 69 D2 0 3A 11 1 13D 60 46
Octal 374 151 322 0 72 21 1 475 140 106
Binary 11111100 1101001 11010010 0 111010 10001 1 100111101 1100000 1000110

Color Harmonies of #FC69D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69D2

Black with #FC69D2

Text Example


Text Example

White with #FC69D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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