Html Css Color HEX #FB6FCB Neon Pink

📋 copy color: '#FB6FCB'

red 251 ◦ green 111 ◦ blue 203

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

Shades of Neon Pink #FB6FCB

Tints of Neon Pink #FB6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.65%

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

R = 44.42%
G = 19.65%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB6FCB (or 0xFB6FCB) is known color: Neon Pink. HEX triplet: FB, 6F and CB. RGB value is (251,111,203). Sum of RGB (Red+Green+Blue) = 251+111+203=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FCB is #049034. Grayscale: #A3A3A3. Windows color (decimal): -299061 or 13332475. OLE color: 13332475.

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

Color convert

RGB 251 111 203 -
CMYK 0 0.56 0.19 0.02
HSL 320.57º 0.95% 0.71% -
HSV(B) 320.57º 0.56% 0.98% -
XYZ 56.25 36.19 60.52 -
YUV 163.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 251 111 203 0 0.56 0.19 0.02 320.57 0.95 0.71
Hex FB 6F CB 0 38 13 2 141 5F 47
Octal 373 157 313 0 70 23 2 501 137 107
Binary 11111011 1101111 11001011 0 111000 10011 10 101000001 1011111 1000111

Color Harmonies of #FB6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6FCB

Black with #FB6FCB

Text Example


Text Example

White with #FB6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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