Html Css Color HEX #F460CC Neon Pink

📋 copy color: '#F460CC'

red 244 ◦ green 96 ◦ blue 204

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

Shades of Neon Pink #F460CC

Tints of Neon Pink #F460CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.65%

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 44.85%
G = 17.65%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F460CC (or 0xF460CC) is known color: Neon Pink. HEX triplet: F4, 60 and CC. RGB value is (244,96,204). Sum of RGB (Red+Green+Blue) = 244+96+204=544 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.85% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 244 - color contains mainly: red. Hex color #F460CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F460CC is #0B9F33. Grayscale: #989898. Windows color (decimal): -761652 or 13394164. OLE color: 13394164.

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

Color convert

RGB 244 96 204 -
CMYK 0 0.61 0.16 0.04
HSL 316.22º 0.87% 0.67% -
HSV(B) 316.22º 0.61% 0.96% -
XYZ 52.39 31.96 60.53 -
YUV 152.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 244 96 204 0 0.61 0.16 0.04 316.22 0.87 0.67
Hex F4 60 CC 0 3D 10 4 13C 57 43
Octal 364 140 314 0 75 20 4 474 127 103
Binary 11110100 1100000 11001100 0 111101 10000 100 100111100 1010111 1000011

Color Harmonies of #F460CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F460CC

Black with #F460CC

Text Example


Text Example

White with #F460CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F460CC; }

 p { color: rgb(244,96,204); }

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

background-color css

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

 a { background-color: rgb(244,96,204); }

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

border-color css

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

 span { border-color: rgb(244,96,204); }

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