Html Css Color HEX #F469C2 Neon Pink

📋 copy color: '#F469C2'

red 244 ◦ green 105 ◦ blue 194

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

Shades of Neon Pink #F469C2

Tints of Neon Pink #F469C2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.34%

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 44.94%
G = 19.34%
B = 35.73%

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

#F469C2 (or 0xF469C2) is known color: Neon Pink. HEX triplet: F4, 69 and C2. RGB value is (244,105,194). Sum of RGB (Red+Green+Blue) = 244+105+194=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F469C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469C2 is #0B963D. Grayscale: #9C9C9C. Windows color (decimal): -759358 or 12741108. OLE color: 12741108.

HSL color Cylindrical-coordinate representation of color #F469C2: hue angle of 321.58º 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 #F469C2 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 105 194 -
CMYK 0 0.57 0.20 0.04
HSL 321.58º 0.86% 0.68% -
HSV(B) 321.58º 0.57% 0.96% -
XYZ 52.1 33.23 54.71 -
YUV 156.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 244 105 194 0 0.57 0.20 0.04 321.58 0.86 0.68
Hex F4 69 C2 0 39 14 4 142 56 44
Octal 364 151 302 0 71 24 4 502 126 104
Binary 11110100 1101001 11000010 0 111001 10100 100 101000010 1010110 1000100

Color Harmonies of #F469C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F469C2

Black with #F469C2

Text Example


Text Example

White with #F469C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F469C2; }

 p { color: rgb(244,105,194); }

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

background-color css

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

 a { background-color: rgb(244,105,194); }

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

border-color css

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

 span { border-color: rgb(244,105,194); }

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