Html Css Color HEX #FA61CE Neon Pink

📋 copy color: '#FA61CE'

red 250 ◦ green 97 ◦ blue 206

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

Shades of Neon Pink #FA61CE

Tints of Neon Pink #FA61CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.54%

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

R = 45.21%
G = 17.54%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA61CE (or 0xFA61CE) is known color: Neon Pink. HEX triplet: FA, 61 and CE. RGB value is (250,97,206). Sum of RGB (Red+Green+Blue) = 250+97+206=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61CE is #059E31. Grayscale: #9A9A9A. Windows color (decimal): -368178 or 13525498. OLE color: 13525498.

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

Color convert

RGB 250 97 206 -
CMYK 0 0.61 0.18 0.02
HSL 317.25º 0.94% 0.68% -
HSV(B) 317.25º 0.61% 0.98% -
XYZ 54.84 33.33 61.94 -
YUV 155.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 250 97 206 0 0.61 0.18 0.02 317.25 0.94 0.68
Hex FA 61 CE 0 3D 12 2 13D 5E 44
Octal 372 141 316 0 75 22 2 475 136 104
Binary 11111010 1100001 11001110 0 111101 10010 10 100111101 1011110 1000100

Color Harmonies of #FA61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA61CE

Black with #FA61CE

Text Example


Text Example

White with #FA61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA61CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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