Html Css Color HEX #F561CB Neon Pink

📋 copy color: '#F561CB'

red 245 ◦ green 97 ◦ blue 203

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

Shades of Neon Pink #F561CB

Tints of Neon Pink #F561CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.8%

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 44.95%
G = 17.8%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F561CB (or 0xF561CB) is known color: Neon Pink. HEX triplet: F5, 61 and CB. RGB value is (245,97,203). Sum of RGB (Red+Green+Blue) = 245+97+203=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F561CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561CB is #0A9E34. Grayscale: #999999. Windows color (decimal): -695861 or 13328885. OLE color: 13328885.

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

Color convert

RGB 245 97 203 -
CMYK 0 0.60 0.17 0.04
HSL 317.03º 0.88% 0.67% -
HSV(B) 317.03º 0.6% 0.96% -
XYZ 52.71 32.27 59.95 -
YUV 153.34 156.03 193.38 -
System Red Green Blue C M Y K H S L
Decimal 245 97 203 0 0.60 0.17 0.04 317.03 0.88 0.67
Hex F5 61 CB 0 3C 11 4 13D 58 43
Octal 365 141 313 0 74 21 4 475 130 103
Binary 11110101 1100001 11001011 0 111100 10001 100 100111101 1011000 1000011

Color Harmonies of #F561CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F561CB

Black with #F561CB

Text Example


Text Example

White with #F561CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F561CB; }

 p { color: rgb(245,97,203); }

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

background-color css

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

 a { background-color: rgb(245,97,203); }

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

border-color css

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

 span { border-color: rgb(245,97,203); }

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