Html Css Color HEX #FA5ACB Neon Pink

📋 copy color: '#FA5ACB'

red 250 ◦ green 90 ◦ blue 203

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

Shades of Neon Pink #FA5ACB

Tints of Neon Pink #FA5ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.57%

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

R = 46.04%
G = 16.57%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA5ACB (or 0xFA5ACB) is known color: Neon Pink. HEX triplet: FA, 5A and CB. RGB value is (250,90,203). Sum of RGB (Red+Green+Blue) = 250+90+203=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ACB is #05A534. Grayscale: #969696. Windows color (decimal): -369973 or 13327098. OLE color: 13327098.

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

Color convert

RGB 250 90 203 -
CMYK 0 0.64 0.19 0.02
HSL 317.63º 0.94% 0.67% -
HSV(B) 317.63º 0.64% 0.98% -
XYZ 53.86 31.95 59.83 -
YUV 150.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 250 90 203 0 0.64 0.19 0.02 317.63 0.94 0.67
Hex FA 5A CB 0 40 13 2 13E 5E 43
Octal 372 132 313 0 100 23 2 476 136 103
Binary 11111010 1011010 11001011 0 1000000 10011 10 100111110 1011110 1000011

Color Harmonies of #FA5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5ACB

Black with #FA5ACB

Text Example


Text Example

White with #FA5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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