Html Css Color HEX #F452C6 Neon Pink

📋 copy color: '#F452C6'

red 244 ◦ green 82 ◦ blue 198

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

Shades of Neon Pink #F452C6

Tints of Neon Pink #F452C6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.65%

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 46.56%
G = 15.65%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F452C6 (or 0xF452C6) is known color: Neon Pink. HEX triplet: F4, 52 and C6. RGB value is (244,82,198). Sum of RGB (Red+Green+Blue) = 244+82+198=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F452C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F452C6 is #0BAD39. Grayscale: #8F8F8F. Windows color (decimal): -765242 or 12997364. OLE color: 12997364.

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

Color convert

RGB 244 82 198 -
CMYK 0 0.66 0.19 0.04
HSL 317.04º 0.88% 0.64% -
HSV(B) 317.04º 0.66% 0.96% -
XYZ 50.52 29.34 56.43 -
YUV 143.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 244 82 198 0 0.66 0.19 0.04 317.04 0.88 0.64
Hex F4 52 C6 0 42 13 4 13D 58 40
Octal 364 122 306 0 102 23 4 475 130 100
Binary 11110100 1010010 11000110 0 1000010 10011 100 100111101 1011000 1000000

Color Harmonies of #F452C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F452C6

Black with #F452C6

Text Example


Text Example

White with #F452C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F452C6; }

 p { color: rgb(244,82,198); }

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

background-color css

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

 a { background-color: rgb(244,82,198); }

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

border-color css

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

 span { border-color: rgb(244,82,198); }

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