Html Css Color HEX #FB55C5 Neon Pink

📋 copy color: '#FB55C5'

red 251 ◦ green 85 ◦ blue 197

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

Shades of Neon Pink #FB55C5

Tints of Neon Pink #FB55C5

RGB

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

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

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

R = 47.09%
G = 15.95%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB55C5 (or 0xFB55C5) is known color: Neon Pink. HEX triplet: FB, 55 and C5. RGB value is (251,85,197). Sum of RGB (Red+Green+Blue) = 251+85+197=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55C5 is #04AA3A. Grayscale: #939393. Windows color (decimal): -305723 or 12932603. OLE color: 12932603.

HSL color Cylindrical-coordinate representation of color #FB55C5: hue angle of 319.52º degrees, saturation: 0.95, 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 #FB55C5 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 85 197 -
CMYK 0 0.66 0.22 0.02
HSL 319.52º 0.95% 0.66% -
HSV(B) 319.52º 0.66% 0.98% -
XYZ 53.11 31.04 56.01 -
YUV 147.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 251 85 197 0 0.66 0.22 0.02 319.52 0.95 0.66
Hex FB 55 C5 0 42 16 2 140 5F 42
Octal 373 125 305 0 102 26 2 500 137 102
Binary 11111011 1010101 11000101 0 1000010 10110 10 101000000 1011111 1000010

Color Harmonies of #FB55C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55C5

Black with #FB55C5

Text Example


Text Example

White with #FB55C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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