Html Css Color HEX #F57BD0 Neon Pink

📋 copy color: '#F57BD0'

red 245 ◦ green 123 ◦ blue 208

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

Shades of Neon Pink #F57BD0

Tints of Neon Pink #F57BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 42.53%
G = 21.35%
B = 36.11%

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

#F57BD0 (or 0xF57BD0) is known color: Neon Pink. HEX triplet: F5, 7B and D0. RGB value is (245,123,208). Sum of RGB (Red+Green+Blue) = 245+123+208=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BD0 is #0A842F. Grayscale: #A8A8A8. Windows color (decimal): -689200 or 13663221. OLE color: 13663221.

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

Color convert

RGB 245 123 208 -
CMYK 0 0.50 0.15 0.04
HSL 318.2º 0.86% 0.72% -
HSV(B) 318.2º 0.5% 0.96% -
XYZ 56.12 38.13 64.08 -
YUV 169.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 245 123 208 0 0.50 0.15 0.04 318.2 0.86 0.72
Hex F5 7B D0 0 32 F 4 13E 56 48
Octal 365 173 320 0 62 17 4 476 126 110
Binary 11110101 1111011 11010000 0 110010 1111 100 100111110 1010110 1001000

Color Harmonies of #F57BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BD0

Black with #F57BD0

Text Example


Text Example

White with #F57BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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