Html Css Color HEX #FA6FCB Neon Pink

📋 copy color: '#FA6FCB'

red 250 ◦ green 111 ◦ blue 203

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

Shades of Neon Pink #FA6FCB

Tints of Neon Pink #FA6FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 44.33%
G = 19.68%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA6FCB (or 0xFA6FCB) is known color: Neon Pink. HEX triplet: FA, 6F and CB. RGB value is (250,111,203). Sum of RGB (Red+Green+Blue) = 250+111+203=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FCB is #059034. Grayscale: #A2A2A2. Windows color (decimal): -364597 or 13332474. OLE color: 13332474.

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

Color convert

RGB 250 111 203 -
CMYK 0 0.56 0.19 0.02
HSL 320.29º 0.93% 0.71% -
HSV(B) 320.29º 0.56% 0.98% -
XYZ 55.89 36 60.5 -
YUV 163.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 250 111 203 0 0.56 0.19 0.02 320.29 0.93 0.71
Hex FA 6F CB 0 38 13 2 140 5D 47
Octal 372 157 313 0 70 23 2 500 135 107
Binary 11111010 1101111 11001011 0 111000 10011 10 101000000 1011101 1000111

Color Harmonies of #FA6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6FCB

Black with #FA6FCB

Text Example


Text Example

White with #FA6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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