Html Css Color HEX #F467D0 Neon Pink

📋 copy color: '#F467D0'

red 244 ◦ green 103 ◦ blue 208

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

Shades of Neon Pink #F467D0

Tints of Neon Pink #F467D0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.56%

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

R = 43.96%
G = 18.56%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F467D0 (or 0xF467D0) is known color: Neon Pink. HEX triplet: F4, 67 and D0. RGB value is (244,103,208). Sum of RGB (Red+Green+Blue) = 244+103+208=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 103 (40.62% from 255 or 18.56% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F467D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F467D0 is #0B982F. Grayscale: #9C9C9C. Windows color (decimal): -759856 or 13658100. OLE color: 13658100.

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

Color convert

RGB 244 103 208 -
CMYK 0 0.58 0.15 0.04
HSL 315.32º 0.87% 0.68% -
HSV(B) 315.32º 0.58% 0.96% -
XYZ 53.54 33.49 63.32 -
YUV 157.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 244 103 208 0 0.58 0.15 0.04 315.32 0.87 0.68
Hex F4 67 D0 0 3A F 4 13B 57 44
Octal 364 147 320 0 72 17 4 473 127 104
Binary 11110100 1100111 11010000 0 111010 1111 100 100111011 1010111 1000100

Color Harmonies of #F467D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F467D0

Black with #F467D0

Text Example


Text Example

White with #F467D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F467D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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