Html Css Color HEX #F57AD0 Neon Pink

📋 copy color: '#F57AD0'

red 245 ◦ green 122 ◦ blue 208

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

Shades of Neon Pink #F57AD0

Tints of Neon Pink #F57AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.22%

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

R = 42.61%
G = 21.22%
B = 36.17%

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

#F57AD0 (or 0xF57AD0) is known color: Neon Pink. HEX triplet: F5, 7A and D0. RGB value is (245,122,208). Sum of RGB (Red+Green+Blue) = 245+122+208=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AD0 is #0A852F. Grayscale: #A8A8A8. Windows color (decimal): -689456 or 13662965. OLE color: 13662965.

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

Color convert

RGB 245 122 208 -
CMYK 0 0.50 0.15 0.04
HSL 318.05º 0.86% 0.72% -
HSV(B) 318.05º 0.5% 0.96% -
XYZ 56 37.89 64.04 -
YUV 168.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 245 122 208 0 0.50 0.15 0.04 318.05 0.86 0.72
Hex F5 7A D0 0 32 F 4 13E 56 48
Octal 365 172 320 0 62 17 4 476 126 110
Binary 11110101 1111010 11010000 0 110010 1111 100 100111110 1010110 1001000

Color Harmonies of #F57AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AD0

Black with #F57AD0

Text Example


Text Example

White with #F57AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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