Html Css Color HEX #F952CB Neon Pink

📋 copy color: '#F952CB'

red 249 ◦ green 82 ◦ blue 203

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

Shades of Neon Pink #F952CB

Tints of Neon Pink #F952CB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.36%

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

R = 46.63%
G = 15.36%
B = 38.01%

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

#F952CB (or 0xF952CB) is known color: Neon Pink. HEX triplet: F9, 52 and CB. RGB value is (249,82,203). Sum of RGB (Red+Green+Blue) = 249+82+203=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F952CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952CB is #06AD34. Grayscale: #919191. Windows color (decimal): -437557 or 13325049. OLE color: 13325049.

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

Color convert

RGB 249 82 203 -
CMYK 0 0.67 0.18 0.02
HSL 316.53º 0.93% 0.65% -
HSV(B) 316.53º 0.67% 0.98% -
XYZ 52.86 30.49 59.6 -
YUV 145.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 249 82 203 0 0.67 0.18 0.02 316.53 0.93 0.65
Hex F9 52 CB 0 43 12 2 13D 5D 41
Octal 371 122 313 0 103 22 2 475 135 101
Binary 11111001 1010010 11001011 0 1000011 10010 10 100111101 1011101 1000001

Color Harmonies of #F952CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F952CB

Black with #F952CB

Text Example


Text Example

White with #F952CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F952CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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