Html Css Color HEX #F468C4 Neon Pink

📋 copy color: '#F468C4'

red 244 ◦ green 104 ◦ blue 196

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

Shades of Neon Pink #F468C4

Tints of Neon Pink #F468C4

RGB

 RED value IS 244 (95.7% from 255) = 44.85%

 GREEN value IS 104 (41.02% from 255) = 19.12%

 BLUE value IS 196 (76.95% from 255) = 36.03%

R = 44.85%
G = 19.12%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F468C4 (or 0xF468C4) is known color: Neon Pink. HEX triplet: F4, 68 and C4. RGB value is (244,104,196). Sum of RGB (Red+Green+Blue) = 244+104+196=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F468C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468C4 is #0B973B. Grayscale: #9C9C9C. Windows color (decimal): -759612 or 12871924. OLE color: 12871924.

HSL color Cylindrical-coordinate representation of color #F468C4: hue angle of 320.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468C4 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 104 196 -
CMYK 0 0.57 0.20 0.04
HSL 320.57º 0.86% 0.68% -
HSV(B) 320.57º 0.57% 0.96% -
XYZ 52.22 33.12 55.86 -
YUV 156.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 244 104 196 0 0.57 0.20 0.04 320.57 0.86 0.68
Hex F4 68 C4 0 39 14 4 141 56 44
Octal 364 150 304 0 71 24 4 501 126 104
Binary 11110100 1101000 11000100 0 111001 10100 100 101000001 1010110 1000100

Color Harmonies of #F468C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468C4

Black with #F468C4

Text Example


Text Example

White with #F468C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468C4; }

 p { color: rgb(244,104,196); }

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

background-color css

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

 a { background-color: rgb(244,104,196); }

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

border-color css

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

 span { border-color: rgb(244,104,196); }

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