Html Css Color HEX #F164CC Neon Pink

📋 copy color: '#F164CC'

red 241 ◦ green 100 ◦ blue 204

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

Shades of Neon Pink #F164CC

Tints of Neon Pink #F164CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.35%

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 44.22%
G = 18.35%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F164CC (or 0xF164CC) is known color: Neon Pink. HEX triplet: F1, 64 and CC. RGB value is (241,100,204). Sum of RGB (Red+Green+Blue) = 241+100+204=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F164CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164CC is #0E9B33. Grayscale: #999999. Windows color (decimal): -957236 or 13395185. OLE color: 13395185.

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

Color convert

RGB 241 100 204 -
CMYK 0 0.59 0.15 0.05
HSL 315.74º 0.83% 0.67% -
HSV(B) 315.74º 0.59% 0.95% -
XYZ 51.73 32.17 60.61 -
YUV 154.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 241 100 204 0 0.59 0.15 0.05 315.74 0.83 0.67
Hex F1 64 CC 0 3B F 5 13C 53 43
Octal 361 144 314 0 73 17 5 474 123 103
Binary 11110001 1100100 11001100 0 111011 1111 101 100111100 1010011 1000011

Color Harmonies of #F164CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164CC

Black with #F164CC

Text Example


Text Example

White with #F164CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164CC; }

 p { color: rgb(241,100,204); }

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

background-color css

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

 a { background-color: rgb(241,100,204); }

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

border-color css

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

 span { border-color: rgb(241,100,204); }

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