Html Css Color HEX #F975CB Neon Pink

📋 copy color: '#F975CB'

red 249 ◦ green 117 ◦ blue 203

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

Shades of Neon Pink #F975CB

Tints of Neon Pink #F975CB

RGB

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

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

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

R = 43.76%
G = 20.56%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F975CB (or 0xF975CB) is known color: Neon Pink. HEX triplet: F9, 75 and CB. RGB value is (249,117,203). Sum of RGB (Red+Green+Blue) = 249+117+203=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F975CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975CB is #068A34. Grayscale: #A6A6A6. Windows color (decimal): -428597 or 13334009. OLE color: 13334009.

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

Color convert

RGB 249 117 203 -
CMYK 0 0.53 0.18 0.02
HSL 320.91º 0.92% 0.72% -
HSV(B) 320.91º 0.53% 0.98% -
XYZ 56.21 37.17 60.71 -
YUV 166.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 249 117 203 0 0.53 0.18 0.02 320.91 0.92 0.72
Hex F9 75 CB 0 35 12 2 141 5C 48
Octal 371 165 313 0 65 22 2 501 134 110
Binary 11111001 1110101 11001011 0 110101 10010 10 101000001 1011100 1001000

Color Harmonies of #F975CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975CB

Black with #F975CB

Text Example


Text Example

White with #F975CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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