Html Css Color HEX #F762BE Neon Pink

📋 copy color: '#F762BE'

red 247 ◦ green 98 ◦ blue 190

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

Shades of Neon Pink #F762BE

Tints of Neon Pink #F762BE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.32%

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

R = 46.17%
G = 18.32%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F762BE (or 0xF762BE) is known color: Neon Pink. HEX triplet: F7, 62 and BE. RGB value is (247,98,190). Sum of RGB (Red+Green+Blue) = 247+98+190=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F762BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762BE is #089D41. Grayscale: #989898. Windows color (decimal): -564546 or 12477175. OLE color: 12477175.

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

Color convert

RGB 247 98 190 -
CMYK 0 0.60 0.23 0.03
HSL 322.95º 0.9% 0.68% -
HSV(B) 322.95º 0.6% 0.97% -
XYZ 52.02 32.23 52.19 -
YUV 153.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 247 98 190 0 0.60 0.23 0.03 322.95 0.9 0.68
Hex F7 62 BE 0 3C 17 3 143 5A 44
Octal 367 142 276 0 74 27 3 503 132 104
Binary 11110111 1100010 10111110 0 111100 10111 11 101000011 1011010 1000100

Color Harmonies of #F762BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F762BE

Black with #F762BE

Text Example


Text Example

White with #F762BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F762BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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