#FB6ACA

Color #FB6ACA Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FB6ACA

Tints of Neon Pink #FB6ACA

Color information

#FB6ACA (or 0xFB6ACA) is unknown color: approx Neon Pink. HEX triplet: FB, 6A and CA. RGB value is (251,106,202). Sum of RGB (Red+Green+Blue) = 251+106+202=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ACA is #049535. Grayscale: #A0A0A0. Windows color (decimal): -300342 or 13265659. OLE color: 13265659.

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

Color convert

RGB251106202-
CMYK00.580.200.02
HSL320.28º94.77%70%-
HSV(B)320.28º57.77%98.43%-
XYZ55.635.0859.72-
YUV160.3151.54192.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 106 (41.80% from 255) = 18.96%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=44.90%
G=18.96%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110620200.580.200.02320.2894.7770
HexFB6ACA03A1421405f46
Octal373152312072242500137106
Binary111110111101010110010100111010101001010100000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6ACA; }

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

 H1.HeaderClassName
 {
   color: #FB6ACA;
 }
 .AnyTagClassName
 {
   color: #FB6ACA;
 }
</style>
background-color css

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

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

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

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

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

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