Html Css Color HEX #FB74C2 Neon Pink

📋 copy color: '#FB74C2'

red 251 ◦ green 116 ◦ blue 194

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

Shades of Neon Pink #FB74C2

Tints of Neon Pink #FB74C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.58%

R = 44.74%
G = 20.68%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB74C2 (or 0xFB74C2) is known color: Neon Pink. HEX triplet: FB, 74 and C2. RGB value is (251,116,194). Sum of RGB (Red+Green+Blue) = 251+116+194=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74C2 is #048B3D. Grayscale: #A5A5A5. Windows color (decimal): -297790 or 12743931. OLE color: 12743931.

HSL color Cylindrical-coordinate representation of color #FB74C2: hue angle of 325.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 #FB74C2 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 116 194 -
CMYK 0 0.54 0.23 0.02
HSL 325.33º 0.94% 0.72% -
HSV(B) 325.33º 0.54% 0.98% -
XYZ 55.77 36.9 55.22 -
YUV 165.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 251 116 194 0 0.54 0.23 0.02 325.33 0.94 0.72
Hex FB 74 C2 0 36 17 2 145 5E 48
Octal 373 164 302 0 66 27 2 505 136 110
Binary 11111011 1110100 11000010 0 110110 10111 10 101000101 1011110 1001000

Color Harmonies of #FB74C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74C2

Black with #FB74C2

Text Example


Text Example

White with #FB74C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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