Html Css Color HEX #F57BCF Neon Pink

📋 copy color: '#F57BCF'

red 245 ◦ green 123 ◦ blue 207

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

Shades of Neon Pink #F57BCF

Tints of Neon Pink #F57BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36%

R = 42.61%
G = 21.39%
B = 36%

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

#F57BCF (or 0xF57BCF) is known color: Neon Pink. HEX triplet: F5, 7B and CF. RGB value is (245,123,207). Sum of RGB (Red+Green+Blue) = 245+123+207=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BCF is #0A8430. Grayscale: #A8A8A8. Windows color (decimal): -689201 or 13597685. OLE color: 13597685.

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

Color convert

RGB 245 123 207 -
CMYK 0 0.50 0.16 0.04
HSL 318.69º 0.86% 0.72% -
HSV(B) 318.69º 0.5% 0.96% -
XYZ 56 38.08 63.43 -
YUV 169.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 245 123 207 0 0.50 0.16 0.04 318.69 0.86 0.72
Hex F5 7B CF 0 32 10 4 13F 56 48
Octal 365 173 317 0 62 20 4 477 126 110
Binary 11110101 1111011 11001111 0 110010 10000 100 100111111 1010110 1001000

Color Harmonies of #F57BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BCF

Black with #F57BCF

Text Example


Text Example

White with #F57BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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