Html Css Color HEX #FA7BCD Neon Pink

📋 copy color: '#FA7BCD'

red 250 ◦ green 123 ◦ blue 205

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

Shades of Neon Pink #FA7BCD

Tints of Neon Pink #FA7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.28%

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 43.25%
G = 21.28%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA7BCD (or 0xFA7BCD) is known color: Neon Pink. HEX triplet: FA, 7B and CD. RGB value is (250,123,205). Sum of RGB (Red+Green+Blue) = 250+123+205=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BCD is #058432. Grayscale: #AAAAAA. Windows color (decimal): -361523 or 13466618. OLE color: 13466618.

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

Color convert

RGB 250 123 205 -
CMYK 0 0.51 0.18 0.02
HSL 321.26º 0.93% 0.73% -
HSV(B) 321.26º 0.51% 0.98% -
XYZ 57.53 38.9 62.23 -
YUV 170.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 250 123 205 0 0.51 0.18 0.02 321.26 0.93 0.73
Hex FA 7B CD 0 33 12 2 141 5D 49
Octal 372 173 315 0 63 22 2 501 135 111
Binary 11111010 1111011 11001101 0 110011 10010 10 101000001 1011101 1001001

Color Harmonies of #FA7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7BCD

Black with #FA7BCD

Text Example


Text Example

White with #FA7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7BCD; }

 p { color: rgb(250,123,205); }

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

background-color css

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

 a { background-color: rgb(250,123,205); }

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

border-color css

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

 span { border-color: rgb(250,123,205); }

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