Html Css Color HEX #F450C0 Neon Pink

📋 copy color: '#F450C0'

red 244 ◦ green 80 ◦ blue 192

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

Shades of Neon Pink #F450C0

Tints of Neon Pink #F450C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.5%

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 47.29%
G = 15.5%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F450C0 (or 0xF450C0) is known color: Neon Pink. HEX triplet: F4, 50 and C0. RGB value is (244,80,192). Sum of RGB (Red+Green+Blue) = 244+80+192=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F450C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F450C0 is #0BAF3F. Grayscale: #8D8D8D. Windows color (decimal): -765760 or 12603636. OLE color: 12603636.

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

Color convert

RGB 244 80 192 -
CMYK 0 0.67 0.21 0.04
HSL 319.02º 0.88% 0.64% -
HSV(B) 319.02º 0.67% 0.96% -
XYZ 49.69 28.78 52.8 -
YUV 141.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 244 80 192 0 0.67 0.21 0.04 319.02 0.88 0.64
Hex F4 50 C0 0 43 15 4 13F 58 40
Octal 364 120 300 0 103 25 4 477 130 100
Binary 11110100 1010000 11000000 0 1000011 10101 100 100111111 1011000 1000000

Color Harmonies of #F450C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F450C0

Black with #F450C0

Text Example


Text Example

White with #F450C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F450C0; }

 p { color: rgb(244,80,192); }

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

background-color css

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

 a { background-color: rgb(244,80,192); }

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

border-color css

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

 span { border-color: rgb(244,80,192); }

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