Html Css Color HEX #F75AC2 Neon Pink

📋 copy color: '#F75AC2'

red 247 ◦ green 90 ◦ blue 194

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

Shades of Neon Pink #F75AC2

Tints of Neon Pink #F75AC2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.95%

 BLUE value IS 194 (76.17% from 255) = 36.53%

R = 46.52%
G = 16.95%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F75AC2 (or 0xF75AC2) is known color: Neon Pink. HEX triplet: F7, 5A and C2. RGB value is (247,90,194). Sum of RGB (Red+Green+Blue) = 247+90+194=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75AC2 is #08A53D. Grayscale: #949494. Windows color (decimal): -566590 or 12737271. OLE color: 12737271.

HSL color Cylindrical-coordinate representation of color #F75AC2: hue angle of 320.25º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75AC2 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 194 -
CMYK 0 0.64 0.21 0.03
HSL 320.25º 0.91% 0.66% -
HSV(B) 320.25º 0.64% 0.97% -
XYZ 51.75 30.98 54.29 -
YUV 148.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 247 90 194 0 0.64 0.21 0.03 320.25 0.91 0.66
Hex F7 5A C2 0 40 15 3 140 5B 42
Octal 367 132 302 0 100 25 3 500 133 102
Binary 11110111 1011010 11000010 0 1000000 10101 11 101000000 1011011 1000010

Color Harmonies of #F75AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AC2

Black with #F75AC2

Text Example


Text Example

White with #F75AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AC2; }

 p { color: rgb(247,90,194); }

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

background-color css

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

 a { background-color: rgb(247,90,194); }

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

border-color css

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

 span { border-color: rgb(247,90,194); }

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