Html Css Color HEX #F468CA Neon Pink

📋 copy color: '#F468CA'

red 244 ◦ green 104 ◦ blue 202

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

Shades of Neon Pink #F468CA

Tints of Neon Pink #F468CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 44.36%
G = 18.91%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F468CA (or 0xF468CA) is known color: Neon Pink. HEX triplet: F4, 68 and CA. RGB value is (244,104,202). Sum of RGB (Red+Green+Blue) = 244+104+202=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F468CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468CA is #0B9735. Grayscale: #9C9C9C. Windows color (decimal): -759606 or 13265140. OLE color: 13265140.

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

Color convert

RGB 244 104 202 -
CMYK 0 0.57 0.17 0.04
HSL 318º 0.86% 0.68% -
HSV(B) 318º 0.57% 0.96% -
XYZ 52.92 33.4 59.53 -
YUV 157.03 153.38 190.03 -
System Red Green Blue C M Y K H S L
Decimal 244 104 202 0 0.57 0.17 0.04 318 0.86 0.68
Hex F4 68 CA 0 39 11 4 13E 56 44
Octal 364 150 312 0 71 21 4 476 126 104
Binary 11110100 1101000 11001010 0 111001 10001 100 100111110 1010110 1000100

Color Harmonies of #F468CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468CA

Black with #F468CA

Text Example


Text Example

White with #F468CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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