Html Css Color HEX #F453C6 Neon Pink

📋 copy color: '#F453C6'

red 244 ◦ green 83 ◦ blue 198

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

Shades of Neon Pink #F453C6

Tints of Neon Pink #F453C6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.81%

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

R = 46.48%
G = 15.81%
B = 37.71%

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

#F453C6 (or 0xF453C6) is known color: Neon Pink. HEX triplet: F4, 53 and C6. RGB value is (244,83,198). Sum of RGB (Red+Green+Blue) = 244+83+198=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F453C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453C6 is #0BAC39. Grayscale: #8F8F8F. Windows color (decimal): -764986 or 12997620. OLE color: 12997620.

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

Color convert

RGB 244 83 198 -
CMYK 0 0.66 0.19 0.04
HSL 317.14º 0.88% 0.64% -
HSV(B) 317.14º 0.66% 0.96% -
XYZ 50.59 29.5 56.45 -
YUV 144.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 244 83 198 0 0.66 0.19 0.04 317.14 0.88 0.64
Hex F4 53 C6 0 42 13 4 13D 58 40
Octal 364 123 306 0 102 23 4 475 130 100
Binary 11110100 1010011 11000110 0 1000010 10011 100 100111101 1011000 1000000

Color Harmonies of #F453C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F453C6

Black with #F453C6

Text Example


Text Example

White with #F453C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F453C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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