Html Css Color HEX #FA5DCB Neon Pink

📋 copy color: '#FA5DCB'

red 250 ◦ green 93 ◦ blue 203

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

Shades of Neon Pink #FA5DCB

Tints of Neon Pink #FA5DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.03%

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

R = 45.79%
G = 17.03%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA5DCB (or 0xFA5DCB) is known color: Neon Pink. HEX triplet: FA, 5D and CB. RGB value is (250,93,203). Sum of RGB (Red+Green+Blue) = 250+93+203=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DCB is #05A234. Grayscale: #989898. Windows color (decimal): -369205 or 13327866. OLE color: 13327866.

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

Color convert

RGB 250 93 203 -
CMYK 0 0.63 0.19 0.02
HSL 317.96º 0.94% 0.67% -
HSV(B) 317.96º 0.63% 0.98% -
XYZ 54.12 32.46 59.91 -
YUV 152.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 250 93 203 0 0.63 0.19 0.02 317.96 0.94 0.67
Hex FA 5D CB 0 3F 13 2 13E 5E 43
Octal 372 135 313 0 77 23 2 476 136 103
Binary 11111010 1011101 11001011 0 111111 10011 10 100111110 1011110 1000011

Color Harmonies of #FA5DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DCB

Black with #FA5DCB

Text Example


Text Example

White with #FA5DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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