Html Css Color HEX #F760D3 Neon Pink

📋 copy color: '#F760D3'

red 247 ◦ green 96 ◦ blue 211

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

Shades of Neon Pink #F760D3

Tints of Neon Pink #F760D3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.33%

 BLUE value IS 211 (82.81% from 255) = 38.09%

R = 44.58%
G = 17.33%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F760D3 (or 0xF760D3) is known color: Neon Pink. HEX triplet: F7, 60 and D3. RGB value is (247,96,211). Sum of RGB (Red+Green+Blue) = 247+96+211=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F760D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760D3 is #089F2C. Grayscale: #999999. Windows color (decimal): -565037 or 13852919. OLE color: 13852919.

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

Color convert

RGB 247 96 211 -
CMYK 0 0.61 0.15 0.03
HSL 314.3º 0.9% 0.67% -
HSV(B) 314.3º 0.61% 0.97% -
XYZ 54.3 32.84 65.11 -
YUV 154.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 247 96 211 0 0.61 0.15 0.03 314.3 0.9 0.67
Hex F7 60 D3 0 3D F 3 13A 5A 43
Octal 367 140 323 0 75 17 3 472 132 103
Binary 11110111 1100000 11010011 0 111101 1111 11 100111010 1011010 1000011

Color Harmonies of #F760D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760D3

Black with #F760D3

Text Example


Text Example

White with #F760D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760D3; }

 p { color: rgb(247,96,211); }

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

background-color css

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

 a { background-color: rgb(247,96,211); }

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

border-color css

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

 span { border-color: rgb(247,96,211); }

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