Html Css Color HEX #FB5EC9 Neon Pink

📋 copy color: '#FB5EC9'

red 251 ◦ green 94 ◦ blue 201

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

Shades of Neon Pink #FB5EC9

Tints of Neon Pink #FB5EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.81%

R = 45.97%
G = 17.22%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FB5EC9 (or 0xFB5EC9) is known color: Neon Pink. HEX triplet: FB, 5E and C9. RGB value is (251,94,201). Sum of RGB (Red+Green+Blue) = 251+94+201=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5EC9 is #04A136. Grayscale: #989898. Windows color (decimal): -303415 or 13197051. OLE color: 13197051.

HSL color Cylindrical-coordinate representation of color #FB5EC9: hue angle of 319.11º 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 #FB5EC9 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 94 201 -
CMYK 0 0.63 0.20 0.02
HSL 319.11º 0.95% 0.68% -
HSV(B) 319.11º 0.63% 0.98% -
XYZ 54.33 32.73 58.71 -
YUV 153.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 251 94 201 0 0.63 0.20 0.02 319.11 0.95 0.68
Hex FB 5E C9 0 3F 14 2 13F 5F 44
Octal 373 136 311 0 77 24 2 477 137 104
Binary 11111011 1011110 11001001 0 111111 10100 10 100111111 1011111 1000100

Color Harmonies of #FB5EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5EC9

Black with #FB5EC9

Text Example


Text Example

White with #FB5EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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