Html Css Color HEX #FC69DD Neon Pink

📋 copy color: '#FC69DD'

red 252 ◦ green 105 ◦ blue 221

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

Shades of Neon Pink #FC69DD

Tints of Neon Pink #FC69DD

RGB

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

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

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

R = 43.6%
G = 18.17%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC69DD (or 0xFC69DD) is known color: Neon Pink. HEX triplet: FC, 69 and DD. RGB value is (252,105,221). Sum of RGB (Red+Green+Blue) = 252+105+221=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69DD is #039622. Grayscale: #A1A1A1. Windows color (decimal): -235043 or 14510588. OLE color: 14510588.

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

Color convert

RGB 252 105 221 -
CMYK 0 0.58 0.12 0.01
HSL 312.65º 0.96% 0.7% -
HSV(B) 312.65º 0.58% 0.99% -
XYZ 58.25 36.02 72.29 -
YUV 162.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 252 105 221 0 0.58 0.12 0.01 312.65 0.96 0.7
Hex FC 69 DD 0 3A C 1 139 60 46
Octal 374 151 335 0 72 14 1 471 140 106
Binary 11111100 1101001 11011101 0 111010 1100 1 100111001 1100000 1000110

Color Harmonies of #FC69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69DD

Black with #FC69DD

Text Example


Text Example

White with #FC69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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