Html Css Color HEX #F468D0 Neon Pink

📋 copy color: '#F468D0'

red 244 ◦ green 104 ◦ blue 208

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

Shades of Neon Pink #F468D0

Tints of Neon Pink #F468D0

RGB

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

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

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

R = 43.88%
G = 18.71%
B = 37.41%

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

#F468D0 (or 0xF468D0) is known color: Neon Pink. HEX triplet: F4, 68 and D0. RGB value is (244,104,208). Sum of RGB (Red+Green+Blue) = 244+104+208=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F468D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468D0 is #0B972F. Grayscale: #9D9D9D. Windows color (decimal): -759600 or 13658356. OLE color: 13658356.

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

Color convert

RGB 244 104 208 -
CMYK 0 0.57 0.15 0.04
HSL 315.43º 0.86% 0.68% -
HSV(B) 315.43º 0.57% 0.96% -
XYZ 53.64 33.69 63.35 -
YUV 157.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 244 104 208 0 0.57 0.15 0.04 315.43 0.86 0.68
Hex F4 68 D0 0 39 F 4 13B 56 44
Octal 364 150 320 0 71 17 4 473 126 104
Binary 11110100 1101000 11010000 0 111001 1111 100 100111011 1010110 1000100

Color Harmonies of #F468D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468D0

Black with #F468D0

Text Example


Text Example

White with #F468D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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