Html Css Color HEX #FB5BCB Neon Pink

📋 copy color: '#FB5BCB'

red 251 ◦ green 91 ◦ blue 203

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

Shades of Neon Pink #FB5BCB

Tints of Neon Pink #FB5BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.7%

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

R = 46.06%
G = 16.7%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB5BCB (or 0xFB5BCB) is known color: Neon Pink. HEX triplet: FB, 5B and CB. RGB value is (251,91,203). Sum of RGB (Red+Green+Blue) = 251+91+203=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 91 (35.94% from 255 or 16.70% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5BCB is #04A434. Grayscale: #979797. Windows color (decimal): -304181 or 13327355. OLE color: 13327355.

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

Color convert

RGB 251 91 203 -
CMYK 0 0.64 0.19 0.02
HSL 318º 0.95% 0.67% -
HSV(B) 318º 0.64% 0.98% -
XYZ 54.3 32.3 59.87 -
YUV 151.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 251 91 203 0 0.64 0.19 0.02 318 0.95 0.67
Hex FB 5B CB 0 40 13 2 13E 5F 43
Octal 373 133 313 0 100 23 2 476 137 103
Binary 11111011 1011011 11001011 0 1000000 10011 10 100111110 1011111 1000011

Color Harmonies of #FB5BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5BCB

Black with #FB5BCB

Text Example


Text Example

White with #FB5BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5BCB; }

 p { color: rgb(251,91,203); }

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

background-color css

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

 a { background-color: rgb(251,91,203); }

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

border-color css

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

 span { border-color: rgb(251,91,203); }

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