Html Css Color HEX #F57BCE Neon Pink

📋 copy color: '#F57BCE'

red 245 ◦ green 123 ◦ blue 206

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

Shades of Neon Pink #F57BCE

Tints of Neon Pink #F57BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 42.68%
G = 21.43%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F57BCE (or 0xF57BCE) is known color: Neon Pink. HEX triplet: F5, 7B and CE. RGB value is (245,123,206). Sum of RGB (Red+Green+Blue) = 245+123+206=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BCE is #0A8431. Grayscale: #A8A8A8. Windows color (decimal): -689202 or 13532149. OLE color: 13532149.

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

Color convert

RGB 245 123 206 -
CMYK 0 0.50 0.16 0.04
HSL 319.18º 0.86% 0.72% -
HSV(B) 319.18º 0.5% 0.96% -
XYZ 55.88 38.03 62.79 -
YUV 168.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 245 123 206 0 0.50 0.16 0.04 319.18 0.86 0.72
Hex F5 7B CE 0 32 10 4 13F 56 48
Octal 365 173 316 0 62 20 4 477 126 110
Binary 11110101 1111011 11001110 0 110010 10000 100 100111111 1010110 1001000

Color Harmonies of #F57BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BCE

Black with #F57BCE

Text Example


Text Example

White with #F57BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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