Html Css Color HEX #FA66D3 Neon Pink

📋 copy color: '#FA66D3'

red 250 ◦ green 102 ◦ blue 211

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

Shades of Neon Pink #FA66D3

Tints of Neon Pink #FA66D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.48%

R = 44.4%
G = 18.12%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA66D3 (or 0xFA66D3) is known color: Neon Pink. HEX triplet: FA, 66 and D3. RGB value is (250,102,211). Sum of RGB (Red+Green+Blue) = 250+102+211=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66D3 is #05992C. Grayscale: #9E9E9E. Windows color (decimal): -366893 or 13854458. OLE color: 13854458.

HSL color Cylindrical-coordinate representation of color #FA66D3: hue angle of 315.81º 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 #FA66D3 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 102 211 -
CMYK 0 0.59 0.16 0.02
HSL 315.81º 0.94% 0.69% -
HSV(B) 315.81º 0.59% 0.98% -
XYZ 55.93 34.53 65.34 -
YUV 158.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 250 102 211 0 0.59 0.16 0.02 315.81 0.94 0.69
Hex FA 66 D3 0 3B 10 2 13C 5E 45
Octal 372 146 323 0 73 20 2 474 136 105
Binary 11111010 1100110 11010011 0 111011 10000 10 100111100 1011110 1000101

Color Harmonies of #FA66D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66D3

Black with #FA66D3

Text Example


Text Example

White with #FA66D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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