Html Css Color HEX #FA6CCF Neon Pink

📋 copy color: '#FA6CCF'

red 250 ◦ green 108 ◦ blue 207

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

Shades of Neon Pink #FA6CCF

Tints of Neon Pink #FA6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.12%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 44.25%
G = 19.12%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FA6CCF (or 0xFA6CCF) is known color: Neon Pink. HEX triplet: FA, 6C and CF. RGB value is (250,108,207). Sum of RGB (Red+Green+Blue) = 250+108+207=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CCF is #059330. Grayscale: #A1A1A1. Windows color (decimal): -365361 or 13593850. OLE color: 13593850.

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

Color convert

RGB 250 108 207 -
CMYK 0 0.57 0.17 0.02
HSL 318.17º 0.93% 0.7% -
HSV(B) 318.17º 0.57% 0.98% -
XYZ 56.05 35.55 62.94 -
YUV 161.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 250 108 207 0 0.57 0.17 0.02 318.17 0.93 0.7
Hex FA 6C CF 0 39 11 2 13E 5D 46
Octal 372 154 317 0 71 21 2 476 135 106
Binary 11111010 1101100 11001111 0 111001 10001 10 100111110 1011101 1000110

Color Harmonies of #FA6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6CCF

Black with #FA6CCF

Text Example


Text Example

White with #FA6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6CCF; }

 p { color: rgb(250,108,207); }

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

background-color css

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

 a { background-color: rgb(250,108,207); }

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

border-color css

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

 span { border-color: rgb(250,108,207); }

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