Html Css Color HEX #FA72CB Neon Pink

📋 copy color: '#FA72CB'

red 250 ◦ green 114 ◦ blue 203

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

Shades of Neon Pink #FA72CB

Tints of Neon Pink #FA72CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.11%

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

R = 44.09%
G = 20.11%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA72CB (or 0xFA72CB) is known color: Neon Pink. HEX triplet: FA, 72 and CB. RGB value is (250,114,203). Sum of RGB (Red+Green+Blue) = 250+114+203=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72CB is #058D34. Grayscale: #A4A4A4. Windows color (decimal): -363829 or 13333242. OLE color: 13333242.

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

Color convert

RGB 250 114 203 -
CMYK 0 0.54 0.19 0.02
HSL 320.74º 0.93% 0.71% -
HSV(B) 320.74º 0.54% 0.98% -
XYZ 56.22 36.67 60.61 -
YUV 164.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 250 114 203 0 0.54 0.19 0.02 320.74 0.93 0.71
Hex FA 72 CB 0 36 13 2 141 5D 47
Octal 372 162 313 0 66 23 2 501 135 107
Binary 11111010 1110010 11001011 0 110110 10011 10 101000001 1011101 1000111

Color Harmonies of #FA72CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA72CB

Black with #FA72CB

Text Example


Text Example

White with #FA72CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA72CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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