Html Css Color HEX #F75AC0 Neon Pink

📋 copy color: '#F75AC0'

red 247 ◦ green 90 ◦ blue 192

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

Shades of Neon Pink #F75AC0

Tints of Neon Pink #F75AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 46.69%
G = 17.01%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F75AC0 (or 0xF75AC0) is known color: Neon Pink. HEX triplet: F7, 5A and C0. RGB value is (247,90,192). Sum of RGB (Red+Green+Blue) = 247+90+192=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F75AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75AC0 is #08A53F. Grayscale: #949494. Windows color (decimal): -566592 or 12606199. OLE color: 12606199.

HSL color Cylindrical-coordinate representation of color #F75AC0: hue angle of 321.02º 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 #F75AC0 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 90 192 -
CMYK 0 0.64 0.22 0.03
HSL 321.02º 0.91% 0.66% -
HSV(B) 321.02º 0.64% 0.97% -
XYZ 51.53 30.89 53.12 -
YUV 148.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 247 90 192 0 0.64 0.22 0.03 321.02 0.91 0.66
Hex F7 5A C0 0 40 16 3 141 5B 42
Octal 367 132 300 0 100 26 3 501 133 102
Binary 11110111 1011010 11000000 0 1000000 10110 11 101000001 1011011 1000010

Color Harmonies of #F75AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75AC0

Black with #F75AC0

Text Example


Text Example

White with #F75AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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