Html Css Color HEX #FA61CB Neon Pink

📋 copy color: '#FA61CB'

red 250 ◦ green 97 ◦ blue 203

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

Shades of Neon Pink #FA61CB

Tints of Neon Pink #FA61CB

RGB

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

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

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

R = 45.45%
G = 17.64%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA61CB (or 0xFA61CB) is known color: Neon Pink. HEX triplet: FA, 61 and CB. RGB value is (250,97,203). Sum of RGB (Red+Green+Blue) = 250+97+203=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61CB is #059E34. Grayscale: #9A9A9A. Windows color (decimal): -368181 or 13328890. OLE color: 13328890.

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

Color convert

RGB 250 97 203 -
CMYK 0 0.61 0.19 0.02
HSL 318.43º 0.94% 0.68% -
HSV(B) 318.43º 0.61% 0.98% -
XYZ 54.48 33.19 60.03 -
YUV 154.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 250 97 203 0 0.61 0.19 0.02 318.43 0.94 0.68
Hex FA 61 CB 0 3D 13 2 13E 5E 44
Octal 372 141 313 0 75 23 2 476 136 104
Binary 11111010 1100001 11001011 0 111101 10011 10 100111110 1011110 1000100

Color Harmonies of #FA61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA61CB

Black with #FA61CB

Text Example


Text Example

White with #FA61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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