Html Css Color HEX #F565CF Neon Pink

📋 copy color: '#F565CF'

red 245 ◦ green 101 ◦ blue 207

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

Shades of Neon Pink #F565CF

Tints of Neon Pink #F565CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.26%

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

R = 44.3%
G = 18.26%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F565CF (or 0xF565CF) is known color: Neon Pink. HEX triplet: F5, 65 and CF. RGB value is (245,101,207). Sum of RGB (Red+Green+Blue) = 245+101+207=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F565CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565CF is #0A9A30. Grayscale: #9B9B9B. Windows color (decimal): -694833 or 13592053. OLE color: 13592053.

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

Color convert

RGB 245 101 207 -
CMYK 0 0.59 0.16 0.04
HSL 315.83º 0.88% 0.68% -
HSV(B) 315.83º 0.59% 0.96% -
XYZ 53.57 33.22 62.62 -
YUV 156.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 245 101 207 0 0.59 0.16 0.04 315.83 0.88 0.68
Hex F5 65 CF 0 3B 10 4 13C 58 44
Octal 365 145 317 0 73 20 4 474 130 104
Binary 11110101 1100101 11001111 0 111011 10000 100 100111100 1011000 1000100

Color Harmonies of #F565CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565CF

Black with #F565CF

Text Example


Text Example

White with #F565CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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