Html Css Color HEX #F766CD Neon Pink

📋 copy color: '#F766CD'

red 247 ◦ green 102 ◦ blue 205

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

Shades of Neon Pink #F766CD

Tints of Neon Pink #F766CD

RGB

 RED value IS 247 (96.88% from 255) = 44.58%

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

 BLUE value IS 205 (80.47% from 255) = 37%

R = 44.58%
G = 18.41%
B = 37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F766CD (or 0xF766CD) is known color: Neon Pink. HEX triplet: F7, 66 and CD. RGB value is (247,102,205). Sum of RGB (Red+Green+Blue) = 247+102+205=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F766CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766CD is #089932. Grayscale: #9C9C9C. Windows color (decimal): -563507 or 13461239. OLE color: 13461239.

HSL color Cylindrical-coordinate representation of color #F766CD: hue angle of 317.38º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766CD is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 102 205 -
CMYK 0 0.59 0.17 0.03
HSL 317.38º 0.9% 0.68% -
HSV(B) 317.38º 0.59% 0.97% -
XYZ 54.13 33.68 61.41 -
YUV 157.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 247 102 205 0 0.59 0.17 0.03 317.38 0.9 0.68
Hex F7 66 CD 0 3B 11 3 13D 5A 44
Octal 367 146 315 0 73 21 3 475 132 104
Binary 11110111 1100110 11001101 0 111011 10001 11 100111101 1011010 1000100

Color Harmonies of #F766CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766CD

Black with #F766CD

Text Example


Text Example

White with #F766CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766CD; }

 p { color: rgb(247,102,205); }

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

background-color css

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

 a { background-color: rgb(247,102,205); }

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

border-color css

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

 span { border-color: rgb(247,102,205); }

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