Html Css Color HEX #FC64DB Neon Pink

📋 copy color: '#FC64DB'

red 252 ◦ green 100 ◦ blue 219

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

Shades of Neon Pink #FC64DB

Tints of Neon Pink #FC64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.51%

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

R = 44.13%
G = 17.51%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC64DB (or 0xFC64DB) is known color: Neon Pink. HEX triplet: FC, 64 and DB. RGB value is (252,100,219). Sum of RGB (Red+Green+Blue) = 252+100+219=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 100 (39.45% from 255 or 17.51% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64DB is #039B24. Grayscale: #9E9E9E. Windows color (decimal): -236325 or 14378236. OLE color: 14378236.

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

Color convert

RGB 252 100 219 -
CMYK 0 0.60 0.13 0.01
HSL 313.03º 0.96% 0.69% -
HSV(B) 313.03º 0.6% 0.99% -
XYZ 57.49 34.92 70.73 -
YUV 159.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 252 100 219 0 0.60 0.13 0.01 313.03 0.96 0.69
Hex FC 64 DB 0 3C D 1 139 60 45
Octal 374 144 333 0 74 15 1 471 140 105
Binary 11111100 1100100 11011011 0 111100 1101 1 100111001 1100000 1000101

Color Harmonies of #FC64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64DB

Black with #FC64DB

Text Example


Text Example

White with #FC64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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