Html Css Color HEX #FB6FCC Neon Pink

📋 copy color: '#FB6FCC'

red 251 ◦ green 111 ◦ blue 204

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

Shades of Neon Pink #FB6FCC

Tints of Neon Pink #FB6FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 44.35%
G = 19.61%
B = 36.04%

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

#FB6FCC (or 0xFB6FCC) is known color: Neon Pink. HEX triplet: FB, 6F and CC. RGB value is (251,111,204). Sum of RGB (Red+Green+Blue) = 251+111+204=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FCC is #049033. Grayscale: #A3A3A3. Windows color (decimal): -299060 or 13398011. OLE color: 13398011.

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

Color convert

RGB 251 111 204 -
CMYK 0 0.56 0.19 0.02
HSL 320.14º 0.95% 0.71% -
HSV(B) 320.14º 0.56% 0.98% -
XYZ 56.37 36.24 61.15 -
YUV 163.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 251 111 204 0 0.56 0.19 0.02 320.14 0.95 0.71
Hex FB 6F CC 0 38 13 2 140 5F 47
Octal 373 157 314 0 70 23 2 500 137 107
Binary 11111011 1101111 11001100 0 111000 10011 10 101000000 1011111 1000111

Color Harmonies of #FB6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6FCC

Black with #FB6FCC

Text Example


Text Example

White with #FB6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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