Html Css Color HEX #F76BCB Neon Pink

📋 copy color: '#F76BCB'

red 247 ◦ green 107 ◦ blue 203

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

Shades of Neon Pink #F76BCB

Tints of Neon Pink #F76BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.21%

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

R = 44.34%
G = 19.21%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F76BCB (or 0xF76BCB) is known color: Neon Pink. HEX triplet: F7, 6B and CB. RGB value is (247,107,203). Sum of RGB (Red+Green+Blue) = 247+107+203=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BCB is #089434. Grayscale: #9F9F9F. Windows color (decimal): -562229 or 13331447. OLE color: 13331447.

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

Color convert

RGB 247 107 203 -
CMYK 0 0.57 0.18 0.03
HSL 318.86º 0.9% 0.69% -
HSV(B) 318.86º 0.57% 0.97% -
XYZ 54.39 34.6 60.31 -
YUV 159.8 152.38 190.19 -
System Red Green Blue C M Y K H S L
Decimal 247 107 203 0 0.57 0.18 0.03 318.86 0.9 0.69
Hex F7 6B CB 0 39 12 3 13F 5A 45
Octal 367 153 313 0 71 22 3 477 132 105
Binary 11110111 1101011 11001011 0 111001 10010 11 100111111 1011010 1000101

Color Harmonies of #F76BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76BCB

Black with #F76BCB

Text Example


Text Example

White with #F76BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76BCB; }

 p { color: rgb(247,107,203); }

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

background-color css

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

 a { background-color: rgb(247,107,203); }

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

border-color css

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

 span { border-color: rgb(247,107,203); }

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