Html Css Color HEX #FA6FCD Neon Pink

📋 copy color: '#FA6FCD'

red 250 ◦ green 111 ◦ blue 205

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

Shades of Neon Pink #FA6FCD

Tints of Neon Pink #FA6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.61%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 44.17%
G = 19.61%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA6FCD (or 0xFA6FCD) is known color: Neon Pink. HEX triplet: FA, 6F and CD. RGB value is (250,111,205). Sum of RGB (Red+Green+Blue) = 250+111+205=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FCD is #059032. Grayscale: #A3A3A3. Windows color (decimal): -364595 or 13463546. OLE color: 13463546.

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

Color convert

RGB 250 111 205 -
CMYK 0 0.56 0.18 0.02
HSL 319.42º 0.93% 0.71% -
HSV(B) 319.42º 0.56% 0.98% -
XYZ 56.13 36.1 61.77 -
YUV 163.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 250 111 205 0 0.56 0.18 0.02 319.42 0.93 0.71
Hex FA 6F CD 0 38 12 2 13F 5D 47
Octal 372 157 315 0 70 22 2 477 135 107
Binary 11111010 1101111 11001101 0 111000 10010 10 100111111 1011101 1000111

Color Harmonies of #FA6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FCD

Black with #FA6FCD

Text Example


Text Example

White with #FA6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FCD; }

 p { color: rgb(250,111,205); }

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

background-color css

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

 a { background-color: rgb(250,111,205); }

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

border-color css

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

 span { border-color: rgb(250,111,205); }

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