Html Css Color HEX #F451C0 Neon Pink

📋 copy color: '#F451C0'

red 244 ◦ green 81 ◦ blue 192

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

Shades of Neon Pink #F451C0

Tints of Neon Pink #F451C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.67%

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

R = 47.2%
G = 15.67%
B = 37.14%

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

#F451C0 (or 0xF451C0) is known color: Neon Pink. HEX triplet: F4, 51 and C0. RGB value is (244,81,192). Sum of RGB (Red+Green+Blue) = 244+81+192=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F451C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F451C0 is #0BAE3F. Grayscale: #8E8E8E. Windows color (decimal): -765504 or 12603892. OLE color: 12603892.

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

Color convert

RGB 244 81 192 -
CMYK 0 0.67 0.21 0.04
HSL 319.14º 0.88% 0.64% -
HSV(B) 319.14º 0.67% 0.96% -
XYZ 49.77 28.92 52.83 -
YUV 142.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 244 81 192 0 0.67 0.21 0.04 319.14 0.88 0.64
Hex F4 51 C0 0 43 15 4 13F 58 40
Octal 364 121 300 0 103 25 4 477 130 100
Binary 11110100 1010001 11000000 0 1000011 10101 100 100111111 1011000 1000000

Color Harmonies of #F451C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F451C0

Black with #F451C0

Text Example


Text Example

White with #F451C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F451C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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