Html Css Color HEX #F566CE Neon Pink

📋 copy color: '#F566CE'

red 245 ◦ green 102 ◦ blue 206

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

Shades of Neon Pink #F566CE

Tints of Neon Pink #F566CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 44.3%
G = 18.44%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F566CE (or 0xF566CE) is known color: Neon Pink. HEX triplet: F5, 66 and CE. RGB value is (245,102,206). Sum of RGB (Red+Green+Blue) = 245+102+206=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F566CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566CE is #0A9931. Grayscale: #9C9C9C. Windows color (decimal): -694578 or 13526773. OLE color: 13526773.

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

Color convert

RGB 245 102 206 -
CMYK 0 0.58 0.16 0.04
HSL 316.36º 0.88% 0.68% -
HSV(B) 316.36º 0.58% 0.96% -
XYZ 53.55 33.37 62.01 -
YUV 156.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 245 102 206 0 0.58 0.16 0.04 316.36 0.88 0.68
Hex F5 66 CE 0 3A 10 4 13C 58 44
Octal 365 146 316 0 72 20 4 474 130 104
Binary 11110101 1100110 11001110 0 111010 10000 100 100111100 1011000 1000100

Color Harmonies of #F566CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F566CE

Black with #F566CE

Text Example


Text Example

White with #F566CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F566CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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