Html Css Color HEX #F975C6 Neon Pink

📋 copy color: '#F975C6'

red 249 ◦ green 117 ◦ blue 198

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

Shades of Neon Pink #F975C6

Tints of Neon Pink #F975C6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.74%

 BLUE value IS 198 (77.73% from 255) = 35.11%

R = 44.15%
G = 20.74%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F975C6 (or 0xF975C6) is known color: Neon Pink. HEX triplet: F9, 75 and C6. RGB value is (249,117,198). Sum of RGB (Red+Green+Blue) = 249+117+198=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F975C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975C6 is #068A39. Grayscale: #A5A5A5. Windows color (decimal): -428602 or 13006329. OLE color: 13006329.

HSL color Cylindrical-coordinate representation of color #F975C6: hue angle of 323.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975C6 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 117 198 -
CMYK 0 0.53 0.20 0.02
HSL 323.18º 0.92% 0.72% -
HSV(B) 323.18º 0.53% 0.98% -
XYZ 55.62 36.94 57.62 -
YUV 165.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 249 117 198 0 0.53 0.20 0.02 323.18 0.92 0.72
Hex F9 75 C6 0 35 14 2 143 5C 48
Octal 371 165 306 0 65 24 2 503 134 110
Binary 11111001 1110101 11000110 0 110101 10100 10 101000011 1011100 1001000

Color Harmonies of #F975C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975C6

Black with #F975C6

Text Example


Text Example

White with #F975C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975C6; }

 p { color: rgb(249,117,198); }

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

background-color css

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

 a { background-color: rgb(249,117,198); }

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

border-color css

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

 span { border-color: rgb(249,117,198); }

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