Html Css Color HEX #FB74CB Neon Pink

📋 copy color: '#FB74CB'

red 251 ◦ green 116 ◦ blue 203

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

Shades of Neon Pink #FB74CB

Tints of Neon Pink #FB74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.35%

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

R = 44.04%
G = 20.35%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB74CB (or 0xFB74CB) is known color: Neon Pink. HEX triplet: FB, 74 and CB. RGB value is (251,116,203). Sum of RGB (Red+Green+Blue) = 251+116+203=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74CB is #048B34. Grayscale: #A6A6A6. Windows color (decimal): -297781 or 13333755. OLE color: 13333755.

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

Color convert

RGB 251 116 203 -
CMYK 0 0.54 0.19 0.02
HSL 321.33º 0.94% 0.72% -
HSV(B) 321.33º 0.54% 0.98% -
XYZ 56.81 37.31 60.71 -
YUV 166.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 251 116 203 0 0.54 0.19 0.02 321.33 0.94 0.72
Hex FB 74 CB 0 36 13 2 141 5E 48
Octal 373 164 313 0 66 23 2 501 136 110
Binary 11111011 1110100 11001011 0 110110 10011 10 101000001 1011110 1001000

Color Harmonies of #FB74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74CB

Black with #FB74CB

Text Example


Text Example

White with #FB74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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