Html Css Color HEX #F469C9 Neon Pink

📋 copy color: '#F469C9'

red 244 ◦ green 105 ◦ blue 201

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

Shades of Neon Pink #F469C9

Tints of Neon Pink #F469C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.55%

R = 44.36%
G = 19.09%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F469C9 (or 0xF469C9) is known color: Neon Pink. HEX triplet: F4, 69 and C9. RGB value is (244,105,201). Sum of RGB (Red+Green+Blue) = 244+105+201=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F469C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469C9 is #0B9636. Grayscale: #9D9D9D. Windows color (decimal): -759351 or 13199860. OLE color: 13199860.

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

Color convert

RGB 244 105 201 -
CMYK 0 0.57 0.18 0.04
HSL 318.56º 0.86% 0.68% -
HSV(B) 318.56º 0.57% 0.96% -
XYZ 52.9 33.55 58.95 -
YUV 157.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 244 105 201 0 0.57 0.18 0.04 318.56 0.86 0.68
Hex F4 69 C9 0 39 12 4 13F 56 44
Octal 364 151 311 0 71 22 4 477 126 104
Binary 11110100 1101001 11001001 0 111001 10010 100 100111111 1010110 1000100

Color Harmonies of #F469C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F469C9

Black with #F469C9

Text Example


Text Example

White with #F469C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F469C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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