Html Css Color HEX #F57BD1 Neon Pink

📋 copy color: '#F57BD1'

red 245 ◦ green 123 ◦ blue 209

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

Shades of Neon Pink #F57BD1

Tints of Neon Pink #F57BD1

RGB

 RED value IS 245 (96.09% from 255) = 42.46%

 GREEN value IS 123 (48.44% from 255) = 21.32%

 BLUE value IS 209 (82.03% from 255) = 36.22%

R = 42.46%
G = 21.32%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F57BD1 (or 0xF57BD1) is known color: Neon Pink. HEX triplet: F5, 7B and D1. RGB value is (245,123,209). Sum of RGB (Red+Green+Blue) = 245+123+209=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BD1 is #0A842E. Grayscale: #A9A9A9. Windows color (decimal): -689199 or 13728757. OLE color: 13728757.

HSL color Cylindrical-coordinate representation of color #F57BD1: hue angle of 317.7º 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 #F57BD1 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 123 209 -
CMYK 0 0.50 0.15 0.04
HSL 317.7º 0.86% 0.72% -
HSV(B) 317.7º 0.5% 0.96% -
XYZ 56.25 38.18 64.73 -
YUV 169.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 245 123 209 0 0.50 0.15 0.04 317.7 0.86 0.72
Hex F5 7B D1 0 32 F 4 13E 56 48
Octal 365 173 321 0 62 17 4 476 126 110
Binary 11110101 1111011 11010001 0 110010 1111 100 100111110 1010110 1001000

Color Harmonies of #F57BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BD1

Black with #F57BD1

Text Example


Text Example

White with #F57BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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