Html Css Color HEX #F563C4 Neon Pink

📋 copy color: '#F563C4'

red 245 ◦ green 99 ◦ blue 196

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

Shades of Neon Pink #F563C4

Tints of Neon Pink #F563C4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.33%

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 45.37%
G = 18.33%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F563C4 (or 0xF563C4) is known color: Neon Pink. HEX triplet: F5, 63 and C4. RGB value is (245,99,196). Sum of RGB (Red+Green+Blue) = 245+99+196=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F563C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F563C4 is #0A9C3B. Grayscale: #999999. Windows color (decimal): -695356 or 12870645. OLE color: 12870645.

HSL color Cylindrical-coordinate representation of color #F563C4: hue angle of 320.14º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F563C4 is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 99 196 -
CMYK 0 0.60 0.2 0.04
HSL 320.14º 0.88% 0.67% -
HSV(B) 320.14º 0.6% 0.96% -
XYZ 52.08 32.32 55.72 -
YUV 153.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 245 99 196 0 0.60 0.2 0.04 320.14 0.88 0.67
Hex F5 63 C4 0 3C 14 4 140 58 43
Octal 365 143 304 0 74 24 4 500 130 103
Binary 11110101 1100011 11000100 0 111100 10100 100 101000000 1011000 1000011

Color Harmonies of #F563C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F563C4

Black with #F563C4

Text Example


Text Example

White with #F563C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F563C4; }

 p { color: rgb(245,99,196); }

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

background-color css

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

 a { background-color: rgb(245,99,196); }

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

border-color css

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

 span { border-color: rgb(245,99,196); }

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