Html Css Color HEX #F950C2 Neon Pink

📋 copy color: '#F950C2'

red 249 ◦ green 80 ◦ blue 194

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

Shades of Neon Pink #F950C2

Tints of Neon Pink #F950C2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.3%

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 47.61%
G = 15.3%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F950C2 (or 0xF950C2) is known color: Neon Pink. HEX triplet: F9, 50 and C2. RGB value is (249,80,194). Sum of RGB (Red+Green+Blue) = 249+80+194=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F950C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F950C2 is #06AF3D. Grayscale: #8F8F8F. Windows color (decimal): -438078 or 12734713. OLE color: 12734713.

HSL color Cylindrical-coordinate representation of color #F950C2: hue angle of 319.53º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F950C2 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 194 -
CMYK 0 0.68 0.22 0.02
HSL 319.53º 0.93% 0.65% -
HSV(B) 319.53º 0.68% 0.98% -
XYZ 51.67 29.77 54.06 -
YUV 143.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 249 80 194 0 0.68 0.22 0.02 319.53 0.93 0.65
Hex F9 50 C2 0 44 16 2 140 5D 41
Octal 371 120 302 0 104 26 2 500 135 101
Binary 11111001 1010000 11000010 0 1000100 10110 10 101000000 1011101 1000001

Color Harmonies of #F950C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F950C2

Black with #F950C2

Text Example


Text Example

White with #F950C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F950C2; }

 p { color: rgb(249,80,194); }

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

background-color css

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

 a { background-color: rgb(249,80,194); }

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

border-color css

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

 span { border-color: rgb(249,80,194); }

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