Html Css Color HEX #FA55CB Neon Pink

📋 copy color: '#FA55CB'

red 250 ◦ green 85 ◦ blue 203

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

Shades of Neon Pink #FA55CB

Tints of Neon Pink #FA55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.8%

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

R = 46.47%
G = 15.8%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA55CB (or 0xFA55CB) is known color: Neon Pink. HEX triplet: FA, 55 and CB. RGB value is (250,85,203). Sum of RGB (Red+Green+Blue) = 250+85+203=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55CB is #05AA34. Grayscale: #939393. Windows color (decimal): -371253 or 13325818. OLE color: 13325818.

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

Color convert

RGB 250 85 203 -
CMYK 0 0.66 0.19 0.02
HSL 317.09º 0.94% 0.66% -
HSV(B) 317.09º 0.66% 0.98% -
XYZ 53.45 31.13 59.69 -
YUV 147.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 250 85 203 0 0.66 0.19 0.02 317.09 0.94 0.66
Hex FA 55 CB 0 42 13 2 13D 5E 42
Octal 372 125 313 0 102 23 2 475 136 102
Binary 11111010 1010101 11001011 0 1000010 10011 10 100111101 1011110 1000010

Color Harmonies of #FA55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55CB

Black with #FA55CB

Text Example


Text Example

White with #FA55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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