Html Css Color HEX #F97BCD Neon Pink

📋 copy color: '#F97BCD'

red 249 ◦ green 123 ◦ blue 205

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

Shades of Neon Pink #F97BCD

Tints of Neon Pink #F97BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.32%

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 43.15%
G = 21.32%
B = 35.53%

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

#F97BCD (or 0xF97BCD) is known color: Neon Pink. HEX triplet: F9, 7B and CD. RGB value is (249,123,205). Sum of RGB (Red+Green+Blue) = 249+123+205=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BCD is #068432. Grayscale: #A9A9A9. Windows color (decimal): -427059 or 13466617. OLE color: 13466617.

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

Color convert

RGB 249 123 205 -
CMYK 0 0.51 0.18 0.02
HSL 320.95º 0.91% 0.73% -
HSV(B) 320.95º 0.51% 0.98% -
XYZ 57.17 38.71 62.22 -
YUV 170.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 249 123 205 0 0.51 0.18 0.02 320.95 0.91 0.73
Hex F9 7B CD 0 33 12 2 141 5B 49
Octal 371 173 315 0 63 22 2 501 133 111
Binary 11111001 1111011 11001101 0 110011 10010 10 101000001 1011011 1001001

Color Harmonies of #F97BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97BCD

Black with #F97BCD

Text Example


Text Example

White with #F97BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97BCD; }

 p { color: rgb(249,123,205); }

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

background-color css

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

 a { background-color: rgb(249,123,205); }

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

border-color css

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

 span { border-color: rgb(249,123,205); }

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