Html Css Color HEX #F464CA Neon Pink

📋 copy color: '#F464CA'

red 244 ◦ green 100 ◦ blue 202

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

Shades of Neon Pink #F464CA

Tints of Neon Pink #F464CA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.32%

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

R = 44.69%
G = 18.32%
B = 37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F464CA (or 0xF464CA) is known color: Neon Pink. HEX triplet: F4, 64 and CA. RGB value is (244,100,202). Sum of RGB (Red+Green+Blue) = 244+100+202=546 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.69% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 244 - color contains mainly: red. Hex color #F464CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464CA is #0B9B35. Grayscale: #9A9A9A. Windows color (decimal): -760630 or 13264116. OLE color: 13264116.

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

Color convert

RGB 244 100 202 -
CMYK 0 0.59 0.17 0.04
HSL 317.5º 0.87% 0.67% -
HSV(B) 317.5º 0.59% 0.96% -
XYZ 52.53 32.61 59.4 -
YUV 154.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 244 100 202 0 0.59 0.17 0.04 317.5 0.87 0.67
Hex F4 64 CA 0 3B 11 4 13E 57 43
Octal 364 144 312 0 73 21 4 476 127 103
Binary 11110100 1100100 11001010 0 111011 10001 100 100111110 1010111 1000011

Color Harmonies of #F464CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F464CA

Black with #F464CA

Text Example


Text Example

White with #F464CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F464CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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