Html Css Color HEX #F76CBE Neon Pink

📋 copy color: '#F76CBE'

red 247 ◦ green 108 ◦ blue 190

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

Shades of Neon Pink #F76CBE

Tints of Neon Pink #F76CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.82%

 BLUE value IS 190 (74.61% from 255) = 34.86%

R = 45.32%
G = 19.82%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F76CBE (or 0xF76CBE) is known color: Neon Pink. HEX triplet: F7, 6C and BE. RGB value is (247,108,190). Sum of RGB (Red+Green+Blue) = 247+108+190=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CBE is #089341. Grayscale: #9E9E9E. Windows color (decimal): -561986 or 12479735. OLE color: 12479735.

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

Color convert

RGB 247 108 190 -
CMYK 0 0.56 0.23 0.03
HSL 324.6º 0.9% 0.7% -
HSV(B) 324.6º 0.56% 0.97% -
XYZ 53.01 34.22 52.53 -
YUV 158.91 145.55 190.83 -
System Red Green Blue C M Y K H S L
Decimal 247 108 190 0 0.56 0.23 0.03 324.6 0.9 0.7
Hex F7 6C BE 0 38 17 3 145 5A 46
Octal 367 154 276 0 70 27 3 505 132 106
Binary 11110111 1101100 10111110 0 111000 10111 11 101000101 1011010 1000110

Color Harmonies of #F76CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76CBE

Black with #F76CBE

Text Example


Text Example

White with #F76CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76CBE; }

 p { color: rgb(247,108,190); }

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

background-color css

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

 a { background-color: rgb(247,108,190); }

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

border-color css

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

 span { border-color: rgb(247,108,190); }

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