Html Css Color HEX #FB6ACD Neon Pink

📋 copy color: '#FB6ACD'

red 251 ◦ green 106 ◦ blue 205

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

Shades of Neon Pink #FB6ACD

Tints of Neon Pink #FB6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.86%

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

R = 44.66%
G = 18.86%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB6ACD (or 0xFB6ACD) is known color: Neon Pink. HEX triplet: FB, 6A and CD. RGB value is (251,106,205). Sum of RGB (Red+Green+Blue) = 251+106+205=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ACD is #049532. Grayscale: #A0A0A0. Windows color (decimal): -300339 or 13462267. OLE color: 13462267.

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

Color convert

RGB 251 106 205 -
CMYK 0 0.58 0.18 0.02
HSL 319.03º 0.95% 0.7% -
HSV(B) 319.03º 0.58% 0.98% -
XYZ 55.96 35.23 61.61 -
YUV 160.64 153.04 192.45 -
System Red Green Blue C M Y K H S L
Decimal 251 106 205 0 0.58 0.18 0.02 319.03 0.95 0.7
Hex FB 6A CD 0 3A 12 2 13F 5F 46
Octal 373 152 315 0 72 22 2 477 137 106
Binary 11111011 1101010 11001101 0 111010 10010 10 100111111 1011111 1000110

Color Harmonies of #FB6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6ACD

Black with #FB6ACD

Text Example


Text Example

White with #FB6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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