Html Css Color HEX #FA66CE Neon Pink

📋 copy color: '#FA66CE'

red 250 ◦ green 102 ◦ blue 206

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

Shades of Neon Pink #FA66CE

Tints of Neon Pink #FA66CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 44.8%
G = 18.28%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA66CE (or 0xFA66CE) is known color: Neon Pink. HEX triplet: FA, 66 and CE. RGB value is (250,102,206). Sum of RGB (Red+Green+Blue) = 250+102+206=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66CE is #059931. Grayscale: #9D9D9D. Windows color (decimal): -366898 or 13526778. OLE color: 13526778.

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

Color convert

RGB 250 102 206 -
CMYK 0 0.59 0.18 0.02
HSL 317.84º 0.94% 0.69% -
HSV(B) 317.84º 0.59% 0.98% -
XYZ 55.32 34.28 62.09 -
YUV 158.11 155.03 193.54 -
System Red Green Blue C M Y K H S L
Decimal 250 102 206 0 0.59 0.18 0.02 317.84 0.94 0.69
Hex FA 66 CE 0 3B 12 2 13E 5E 45
Octal 372 146 316 0 73 22 2 476 136 105
Binary 11111010 1100110 11001110 0 111011 10010 10 100111110 1011110 1000101

Color Harmonies of #FA66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66CE

Black with #FA66CE

Text Example


Text Example

White with #FA66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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