Html Css Color HEX #FC65DB Neon Pink

📋 copy color: '#FC65DB'

red 252 ◦ green 101 ◦ blue 219

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

Shades of Neon Pink #FC65DB

Tints of Neon Pink #FC65DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.66%

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

R = 44.06%
G = 17.66%
B = 38.29%

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

#FC65DB (or 0xFC65DB) is known color: Neon Pink. HEX triplet: FC, 65 and DB. RGB value is (252,101,219). Sum of RGB (Red+Green+Blue) = 252+101+219=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 101 (39.84% from 255 or 17.66% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65DB is #039A24. Grayscale: #9F9F9F. Windows color (decimal): -236069 or 14378492. OLE color: 14378492.

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

Color convert

RGB 252 101 219 -
CMYK 0 0.60 0.13 0.01
HSL 313.11º 0.96% 0.69% -
HSV(B) 313.11º 0.6% 0.99% -
XYZ 57.58 35.12 70.76 -
YUV 159.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 252 101 219 0 0.60 0.13 0.01 313.11 0.96 0.69
Hex FC 65 DB 0 3C D 1 139 60 45
Octal 374 145 333 0 74 15 1 471 140 105
Binary 11111100 1100101 11011011 0 111100 1101 1 100111001 1100000 1000101

Color Harmonies of #FC65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65DB

Black with #FC65DB

Text Example


Text Example

White with #FC65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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