Html Css Color HEX #F97ACB Neon Pink

📋 copy color: '#F97ACB'

red 249 ◦ green 122 ◦ blue 203

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

Shades of Neon Pink #F97ACB

Tints of Neon Pink #F97ACB

RGB

 RED value IS 249 (97.66% from 255) = 43.38%

 GREEN value IS 122 (48.05% from 255) = 21.25%

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

R = 43.38%
G = 21.25%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F97ACB (or 0xF97ACB) is known color: Neon Pink. HEX triplet: F9, 7A and CB. RGB value is (249,122,203). Sum of RGB (Red+Green+Blue) = 249+122+203=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F97ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97ACB is #068534. Grayscale: #A9A9A9. Windows color (decimal): -427317 or 13335289. OLE color: 13335289.

HSL color Cylindrical-coordinate representation of color #F97ACB: hue angle of 321.73º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97ACB is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 122 203 -
CMYK 0 0.51 0.18 0.02
HSL 321.73º 0.91% 0.73% -
HSV(B) 321.73º 0.51% 0.98% -
XYZ 56.81 38.37 60.91 -
YUV 169.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 249 122 203 0 0.51 0.18 0.02 321.73 0.91 0.73
Hex F9 7A CB 0 33 12 2 142 5B 49
Octal 371 172 313 0 63 22 2 502 133 111
Binary 11111001 1111010 11001011 0 110011 10010 10 101000010 1011011 1001001

Color Harmonies of #F97ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97ACB

Black with #F97ACB

Text Example


Text Example

White with #F97ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97ACB; }

 p { color: rgb(249,122,203); }

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

background-color css

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

 a { background-color: rgb(249,122,203); }

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

border-color css

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

 span { border-color: rgb(249,122,203); }

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