Html Css Color HEX #F466CA Neon Pink

📋 copy color: '#F466CA'

red 244 ◦ green 102 ◦ blue 202

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

Shades of Neon Pink #F466CA

Tints of Neon Pink #F466CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.61%

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

R = 44.53%
G = 18.61%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F466CA (or 0xF466CA) is known color: Neon Pink. HEX triplet: F4, 66 and CA. RGB value is (244,102,202). Sum of RGB (Red+Green+Blue) = 244+102+202=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F466CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F466CA is #0B9935. Grayscale: #9B9B9B. Windows color (decimal): -760118 or 13264628. OLE color: 13264628.

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

Color convert

RGB 244 102 202 -
CMYK 0 0.58 0.17 0.04
HSL 317.75º 0.87% 0.68% -
HSV(B) 317.75º 0.58% 0.96% -
XYZ 52.72 33 59.47 -
YUV 155.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 244 102 202 0 0.58 0.17 0.04 317.75 0.87 0.68
Hex F4 66 CA 0 3A 11 4 13E 57 44
Octal 364 146 312 0 72 21 4 476 127 104
Binary 11110100 1100110 11001010 0 111010 10001 100 100111110 1010111 1000100

Color Harmonies of #F466CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F466CA

Black with #F466CA

Text Example


Text Example

White with #F466CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F466CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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