Html Css Color HEX #FB5ACD Neon Pink

📋 copy color: '#FB5ACD'

red 251 ◦ green 90 ◦ blue 205

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

Shades of Neon Pink #FB5ACD

Tints of Neon Pink #FB5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 45.97%
G = 16.48%
B = 37.55%

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

#FB5ACD (or 0xFB5ACD) is known color: Neon Pink. HEX triplet: FB, 5A and CD. RGB value is (251,90,205). Sum of RGB (Red+Green+Blue) = 251+90+205=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ACD is #04A532. Grayscale: #969696. Windows color (decimal): -304435 or 13458171. OLE color: 13458171.

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

Color convert

RGB 251 90 205 -
CMYK 0 0.64 0.18 0.02
HSL 317.14º 0.95% 0.67% -
HSV(B) 317.14º 0.64% 0.98% -
XYZ 54.46 32.23 61.11 -
YUV 151.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 251 90 205 0 0.64 0.18 0.02 317.14 0.95 0.67
Hex FB 5A CD 0 40 12 2 13D 5F 43
Octal 373 132 315 0 100 22 2 475 137 103
Binary 11111011 1011010 11001101 0 1000000 10010 10 100111101 1011111 1000011

Color Harmonies of #FB5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5ACD

Black with #FB5ACD

Text Example


Text Example

White with #FB5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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