Html Css Color HEX #F953CD Neon Pink

📋 copy color: '#F953CD'

red 249 ◦ green 83 ◦ blue 205

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

Shades of Neon Pink #F953CD

Tints of Neon Pink #F953CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.46%

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

R = 46.37%
G = 15.46%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F953CD (or 0xF953CD) is known color: Neon Pink. HEX triplet: F9, 53 and CD. RGB value is (249,83,205). Sum of RGB (Red+Green+Blue) = 249+83+205=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F953CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953CD is #06AC32. Grayscale: #929292. Windows color (decimal): -437299 or 13456377. OLE color: 13456377.

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

Color convert

RGB 249 83 205 -
CMYK 0 0.67 0.18 0.02
HSL 315.9º 0.93% 0.65% -
HSV(B) 315.9º 0.67% 0.98% -
XYZ 53.18 30.73 60.89 -
YUV 146.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 249 83 205 0 0.67 0.18 0.02 315.9 0.93 0.65
Hex F9 53 CD 0 43 12 2 13C 5D 41
Octal 371 123 315 0 103 22 2 474 135 101
Binary 11111001 1010011 11001101 0 1000011 10010 10 100111100 1011101 1000001

Color Harmonies of #F953CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953CD

Black with #F953CD

Text Example


Text Example

White with #F953CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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