Html Css Color HEX #FB5FCC Neon Pink

📋 copy color: '#FB5FCC'

red 251 ◦ green 95 ◦ blue 204

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

Shades of Neon Pink #FB5FCC

Tints of Neon Pink #FB5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.27%

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

R = 45.64%
G = 17.27%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB5FCC (or 0xFB5FCC) is known color: Neon Pink. HEX triplet: FB, 5F and CC. RGB value is (251,95,204). Sum of RGB (Red+Green+Blue) = 251+95+204=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5FCC is #04A033. Grayscale: #999999. Windows color (decimal): -303156 or 13393915. OLE color: 13393915.

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

Color convert

RGB 251 95 204 -
CMYK 0 0.62 0.19 0.02
HSL 318.08º 0.95% 0.68% -
HSV(B) 318.08º 0.62% 0.98% -
XYZ 54.77 33.05 60.62 -
YUV 154.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 251 95 204 0 0.62 0.19 0.02 318.08 0.95 0.68
Hex FB 5F CC 0 3E 13 2 13E 5F 44
Octal 373 137 314 0 76 23 2 476 137 104
Binary 11111011 1011111 11001100 0 111110 10011 10 100111110 1011111 1000100

Color Harmonies of #FB5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5FCC

Black with #FB5FCC

Text Example


Text Example

White with #FB5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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