Html Css Color HEX #FB5AC0 Neon Pink

📋 copy color: '#FB5AC0'

red 251 ◦ green 90 ◦ blue 192

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

Shades of Neon Pink #FB5AC0

Tints of Neon Pink #FB5AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.89%

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 47.09%
G = 16.89%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FB5AC0 (or 0xFB5AC0) is known color: Neon Pink. HEX triplet: FB, 5A and C0. RGB value is (251,90,192). Sum of RGB (Red+Green+Blue) = 251+90+192=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5AC0 is #04A53F. Grayscale: #959595. Windows color (decimal): -304448 or 12606203. OLE color: 12606203.

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

Color convert

RGB 251 90 192 -
CMYK 0 0.64 0.24 0.02
HSL 321.99º 0.95% 0.67% -
HSV(B) 321.99º 0.64% 0.98% -
XYZ 52.95 31.63 53.18 -
YUV 149.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 251 90 192 0 0.64 0.24 0.02 321.99 0.95 0.67
Hex FB 5A C0 0 40 18 2 142 5F 43
Octal 373 132 300 0 100 30 2 502 137 103
Binary 11111011 1011010 11000000 0 1000000 11000 10 101000010 1011111 1000011

Color Harmonies of #FB5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5AC0

Black with #FB5AC0

Text Example


Text Example

White with #FB5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5AC0; }

 p { color: rgb(251,90,192); }

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

background-color css

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

 a { background-color: rgb(251,90,192); }

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

border-color css

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

 span { border-color: rgb(251,90,192); }

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