Html Css Color HEX #FA60CE Neon Pink

📋 copy color: '#FA60CE'

red 250 ◦ green 96 ◦ blue 206

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

Shades of Neon Pink #FA60CE

Tints of Neon Pink #FA60CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.39%

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

R = 45.29%
G = 17.39%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA60CE (or 0xFA60CE) is known color: Neon Pink. HEX triplet: FA, 60 and CE. RGB value is (250,96,206). Sum of RGB (Red+Green+Blue) = 250+96+206=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60CE is #059F31. Grayscale: #9A9A9A. Windows color (decimal): -368434 or 13525242. OLE color: 13525242.

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

Color convert

RGB 250 96 206 -
CMYK 0 0.62 0.18 0.02
HSL 317.14º 0.94% 0.68% -
HSV(B) 317.14º 0.62% 0.98% -
XYZ 54.75 33.15 61.9 -
YUV 154.59 157.02 196.06 -
System Red Green Blue C M Y K H S L
Decimal 250 96 206 0 0.62 0.18 0.02 317.14 0.94 0.68
Hex FA 60 CE 0 3E 12 2 13D 5E 44
Octal 372 140 316 0 76 22 2 475 136 104
Binary 11111010 1100000 11001110 0 111110 10010 10 100111101 1011110 1000100

Color Harmonies of #FA60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60CE

Black with #FA60CE

Text Example


Text Example

White with #FA60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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