Html Css Color HEX #FA66D0 Neon Pink

📋 copy color: '#FA66D0'

red 250 ◦ green 102 ◦ blue 208

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

Shades of Neon Pink #FA66D0

Tints of Neon Pink #FA66D0

RGB

 RED value IS 250 (98.05% from 255) = 44.64%

 GREEN value IS 102 (40.23% from 255) = 18.21%

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 44.64%
G = 18.21%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA66D0 (or 0xFA66D0) is known color: Neon Pink. HEX triplet: FA, 66 and D0. RGB value is (250,102,208). Sum of RGB (Red+Green+Blue) = 250+102+208=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66D0 is #05992F. Grayscale: #9E9E9E. Windows color (decimal): -366896 or 13657850. OLE color: 13657850.

HSL color Cylindrical-coordinate representation of color #FA66D0: hue angle of 317.03º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA66D0 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 102 208 -
CMYK 0 0.59 0.17 0.02
HSL 317.03º 0.94% 0.69% -
HSV(B) 317.03º 0.59% 0.98% -
XYZ 55.56 34.38 63.38 -
YUV 158.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 250 102 208 0 0.59 0.17 0.02 317.03 0.94 0.69
Hex FA 66 D0 0 3B 11 2 13D 5E 45
Octal 372 146 320 0 73 21 2 475 136 105
Binary 11111010 1100110 11010000 0 111011 10001 10 100111101 1011110 1000101

Color Harmonies of #FA66D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66D0

Black with #FA66D0

Text Example


Text Example

White with #FA66D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66D0; }

 p { color: rgb(250,102,208); }

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

background-color css

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

 a { background-color: rgb(250,102,208); }

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

border-color css

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

 span { border-color: rgb(250,102,208); }

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