Html Css Color HEX #F75ACB Neon Pink

📋 copy color: '#F75ACB'

red 247 ◦ green 90 ◦ blue 203

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

Shades of Neon Pink #F75ACB

Tints of Neon Pink #F75ACB

RGB

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

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

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

R = 45.74%
G = 16.67%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F75ACB (or 0xF75ACB) is known color: Neon Pink. HEX triplet: F7, 5A and CB. RGB value is (247,90,203). Sum of RGB (Red+Green+Blue) = 247+90+203=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ACB is #08A534. Grayscale: #959595. Windows color (decimal): -566581 or 13327095. OLE color: 13327095.

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

Color convert

RGB 247 90 203 -
CMYK 0 0.64 0.18 0.03
HSL 316.82º 0.91% 0.66% -
HSV(B) 316.82º 0.64% 0.97% -
XYZ 52.79 31.4 59.78 -
YUV 149.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 247 90 203 0 0.64 0.18 0.03 316.82 0.91 0.66
Hex F7 5A CB 0 40 12 3 13D 5B 42
Octal 367 132 313 0 100 22 3 475 133 102
Binary 11110111 1011010 11001011 0 1000000 10010 11 100111101 1011011 1000010

Color Harmonies of #F75ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75ACB

Black with #F75ACB

Text Example


Text Example

White with #F75ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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