Html Css Color HEX #FC69DB Neon Pink

📋 copy color: '#FC69DB'

red 252 ◦ green 105 ◦ blue 219

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

Shades of Neon Pink #FC69DB

Tints of Neon Pink #FC69DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.02%

R = 43.75%
G = 18.23%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC69DB (or 0xFC69DB) is known color: Neon Pink. HEX triplet: FC, 69 and DB. RGB value is (252,105,219). Sum of RGB (Red+Green+Blue) = 252+105+219=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69DB is #039624. Grayscale: #A1A1A1. Windows color (decimal): -235045 or 14379516. OLE color: 14379516.

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

Color convert

RGB 252 105 219 -
CMYK 0 0.58 0.13 0.01
HSL 313.47º 0.96% 0.7% -
HSV(B) 313.47º 0.58% 0.99% -
XYZ 57.98 35.91 70.89 -
YUV 161.95 160.2 192.23 -
System Red Green Blue C M Y K H S L
Decimal 252 105 219 0 0.58 0.13 0.01 313.47 0.96 0.7
Hex FC 69 DB 0 3A D 1 139 60 46
Octal 374 151 333 0 72 15 1 471 140 106
Binary 11111100 1101001 11011011 0 111010 1101 1 100111001 1100000 1000110

Color Harmonies of #FC69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC69DB

Black with #FC69DB

Text Example


Text Example

White with #FC69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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