Html Css Color HEX #FB5EC5 Neon Pink

📋 copy color: '#FB5EC5'

red 251 ◦ green 94 ◦ blue 197

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

Shades of Neon Pink #FB5EC5

Tints of Neon Pink #FB5EC5

RGB

 RED value IS 251 (98.44% from 255) = 46.31%

 GREEN value IS 94 (37.11% from 255) = 17.34%

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 46.31%
G = 17.34%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB5EC5 (or 0xFB5EC5) is known color: Neon Pink. HEX triplet: FB, 5E and C5. RGB value is (251,94,197). Sum of RGB (Red+Green+Blue) = 251+94+197=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC5 is #04A13A. Grayscale: #989898. Windows color (decimal): -303419 or 12934907. OLE color: 12934907.

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

Color convert

RGB 251 94 197 -
CMYK 0 0.63 0.22 0.02
HSL 320.64º 0.95% 0.68% -
HSV(B) 320.64º 0.63% 0.98% -
XYZ 53.86 32.55 56.27 -
YUV 152.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 251 94 197 0 0.63 0.22 0.02 320.64 0.95 0.68
Hex FB 5E C5 0 3F 16 2 141 5F 44
Octal 373 136 305 0 77 26 2 501 137 104
Binary 11111011 1011110 11000101 0 111111 10110 10 101000001 1011111 1000100

Color Harmonies of #FB5EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EC5

Black with #FB5EC5

Text Example


Text Example

White with #FB5EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EC5; }

 p { color: rgb(251,94,197); }

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

background-color css

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

 a { background-color: rgb(251,94,197); }

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

border-color css

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

 span { border-color: rgb(251,94,197); }

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