#F57BD2

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

Shades of Neon Pink #F57BD2

Tints of Neon Pink #F57BD2

Color information

#F57BD2 (or 0xF57BD2) is unknown color: approx Neon Pink. HEX triplet: F5, 7B and D2. RGB value is (245,123,210). Sum of RGB (Red+Green+Blue) = 245+123+210=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 123 (48.44% from 255 or 21.28% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BD2 is #0A842D. Grayscale: #A9A9A9. Windows color (decimal): -689198 or 13794293. OLE color: 13794293.

HSL color Cylindrical-coordinate representation of color #F57BD2: hue angle of 317.21º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57BD2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB245123210-
CMYK00.500.140.04
HSL317.21º85.92%72.16%-
HSV(B)317.21º49.8%96.08%-
XYZ56.3738.2365.38-
YUV169.4150.92181.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 123 (48.44% from 255) = 21.28%
BLUE value IS 210 (82.42% from 255) = 36.33%
R=42.39%
G=21.28%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512321000.500.140.04317.2185.9272.16
HexF57BD2032E413d5648
Octal365173322062164475126110
Binary111101011111011110100100110010111010010011110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BD2; }

 p { color: rgb(245,123,210); }

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

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

 a { background-color: rgb(245,123,210); }

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

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

 span { border-color: rgb(245,123,210); }

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