Html Css Color HEX #F566C1 Neon Pink

📋 copy color: '#F566C1'

red 245 ◦ green 102 ◦ blue 193

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

Shades of Neon Pink #F566C1

Tints of Neon Pink #F566C1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.89%

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 45.37%
G = 18.89%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F566C1 (or 0xF566C1) is known color: Neon Pink. HEX triplet: F5, 66 and C1. RGB value is (245,102,193). Sum of RGB (Red+Green+Blue) = 245+102+193=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F566C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566C1 is #0A993E. Grayscale: #9A9A9A. Windows color (decimal): -694591 or 12674805. OLE color: 12674805.

HSL color Cylindrical-coordinate representation of color #F566C1: hue angle of 321.82º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F566C1 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 102 193 -
CMYK 0 0.58 0.21 0.04
HSL 321.82º 0.88% 0.68% -
HSV(B) 321.82º 0.58% 0.96% -
XYZ 52.03 32.77 54.03 -
YUV 155.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 245 102 193 0 0.58 0.21 0.04 321.82 0.88 0.68
Hex F5 66 C1 0 3A 15 4 142 58 44
Octal 365 146 301 0 72 25 4 502 130 104
Binary 11110101 1100110 11000001 0 111010 10101 100 101000010 1011000 1000100

Color Harmonies of #F566C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F566C1

Black with #F566C1

Text Example


Text Example

White with #F566C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F566C1; }

 p { color: rgb(245,102,193); }

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

background-color css

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

 a { background-color: rgb(245,102,193); }

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

border-color css

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

 span { border-color: rgb(245,102,193); }

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