Html Css Color HEX #FB6BCB Neon Pink

📋 copy color: '#FB6BCB'

red 251 ◦ green 107 ◦ blue 203

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

Shades of Neon Pink #FB6BCB

Tints of Neon Pink #FB6BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.07%

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

R = 44.74%
G = 19.07%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB6BCB (or 0xFB6BCB) is known color: Neon Pink. HEX triplet: FB, 6B and CB. RGB value is (251,107,203). Sum of RGB (Red+Green+Blue) = 251+107+203=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6BCB is #049434. Grayscale: #A0A0A0. Windows color (decimal): -300085 or 13331451. OLE color: 13331451.

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

Color convert

RGB 251 107 203 -
CMYK 0 0.57 0.19 0.02
HSL 320º 0.95% 0.7% -
HSV(B) 320º 0.57% 0.98% -
XYZ 55.82 35.34 60.38 -
YUV 161 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 251 107 203 0 0.57 0.19 0.02 320 0.95 0.7
Hex FB 6B CB 0 39 13 2 140 5F 46
Octal 373 153 313 0 71 23 2 500 137 106
Binary 11111011 1101011 11001011 0 111001 10011 10 101000000 1011111 1000110

Color Harmonies of #FB6BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6BCB

Black with #FB6BCB

Text Example


Text Example

White with #FB6BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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