Html Css Color HEX #FB5ACE Neon Pink

📋 copy color: '#FB5ACE'

red 251 ◦ green 90 ◦ blue 206

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

Shades of Neon Pink #FB5ACE

Tints of Neon Pink #FB5ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 45.89%
G = 16.45%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB5ACE (or 0xFB5ACE) is known color: Neon Pink. HEX triplet: FB, 5A and CE. RGB value is (251,90,206). Sum of RGB (Red+Green+Blue) = 251+90+206=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ACE is #04A531. Grayscale: #979797. Windows color (decimal): -304434 or 13523707. OLE color: 13523707.

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

Color convert

RGB 251 90 206 -
CMYK 0 0.64 0.18 0.02
HSL 316.77º 0.95% 0.67% -
HSV(B) 316.77º 0.64% 0.98% -
XYZ 54.58 32.28 61.75 -
YUV 151.36 158.84 199.07 -
System Red Green Blue C M Y K H S L
Decimal 251 90 206 0 0.64 0.18 0.02 316.77 0.95 0.67
Hex FB 5A CE 0 40 12 2 13D 5F 43
Octal 373 132 316 0 100 22 2 475 137 103
Binary 11111011 1011010 11001110 0 1000000 10010 10 100111101 1011111 1000011

Color Harmonies of #FB5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ACE

Black with #FB5ACE

Text Example


Text Example

White with #FB5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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