Html Css Color HEX #F172CE Neon Pink

📋 copy color: '#F172CE'

red 241 ◦ green 114 ◦ blue 206

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

Shades of Neon Pink #F172CE

Tints of Neon Pink #F172CE

RGB

 RED value IS 241 (94.53% from 255) = 42.96%

 GREEN value IS 114 (44.92% from 255) = 20.32%

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 42.96%
G = 20.32%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F172CE (or 0xF172CE) is known color: Neon Pink. HEX triplet: F1, 72 and CE. RGB value is (241,114,206). Sum of RGB (Red+Green+Blue) = 241+114+206=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F172CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172CE is #0E8D31. Grayscale: #A2A2A2. Windows color (decimal): -953650 or 13529841. OLE color: 13529841.

HSL color Cylindrical-coordinate representation of color #F172CE: hue angle of 316.54º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172CE is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 114 206 -
CMYK 0 0.53 0.15 0.05
HSL 316.54º 0.82% 0.7% -
HSV(B) 316.54º 0.53% 0.95% -
XYZ 53.43 35.19 62.37 -
YUV 162.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 241 114 206 0 0.53 0.15 0.05 316.54 0.82 0.7
Hex F1 72 CE 0 35 F 5 13D 52 46
Octal 361 162 316 0 65 17 5 475 122 106
Binary 11110001 1110010 11001110 0 110101 1111 101 100111101 1010010 1000110

Color Harmonies of #F172CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172CE

Black with #F172CE

Text Example


Text Example

White with #F172CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172CE; }

 p { color: rgb(241,114,206); }

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

background-color css

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

 a { background-color: rgb(241,114,206); }

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

border-color css

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

 span { border-color: rgb(241,114,206); }

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