Html Css Color HEX #F469D0 Neon Pink

📋 copy color: '#F469D0'

red 244 ◦ green 105 ◦ blue 208

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

Shades of Neon Pink #F469D0

Tints of Neon Pink #F469D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 43.81%
G = 18.85%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F469D0 (or 0xF469D0) is known color: Neon Pink. HEX triplet: F4, 69 and D0. RGB value is (244,105,208). Sum of RGB (Red+Green+Blue) = 244+105+208=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F469D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469D0 is #0B962F. Grayscale: #9E9E9E. Windows color (decimal): -759344 or 13658612. OLE color: 13658612.

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

Color convert

RGB 244 105 208 -
CMYK 0 0.57 0.15 0.04
HSL 315.54º 0.86% 0.68% -
HSV(B) 315.54º 0.57% 0.96% -
XYZ 53.74 33.89 63.38 -
YUV 158.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 244 105 208 0 0.57 0.15 0.04 315.54 0.86 0.68
Hex F4 69 D0 0 39 F 4 13C 56 44
Octal 364 151 320 0 71 17 4 474 126 104
Binary 11110100 1101001 11010000 0 111001 1111 100 100111100 1010110 1000100

Color Harmonies of #F469D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F469D0

Black with #F469D0

Text Example


Text Example

White with #F469D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F469D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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