Html Css Color HEX #F574CE Neon Pink

📋 copy color: '#F574CE'

red 245 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #F574CE

Tints of Neon Pink #F574CE

RGB

 RED value IS 245 (96.09% from 255) = 43.21%

 GREEN value IS 116 (45.7% from 255) = 20.46%

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 43.21%
G = 20.46%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F574CE (or 0xF574CE) is known color: Neon Pink. HEX triplet: F5, 74 and CE. RGB value is (245,116,206). Sum of RGB (Red+Green+Blue) = 245+116+206=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F574CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574CE is #0A8B31. Grayscale: #A4A4A4. Windows color (decimal): -690994 or 13530357. OLE color: 13530357.

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

Color convert

RGB 245 116 206 -
CMYK 0 0.53 0.16 0.04
HSL 318.14º 0.87% 0.71% -
HSV(B) 318.14º 0.53% 0.96% -
XYZ 55.04 36.36 62.51 -
YUV 164.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 245 116 206 0 0.53 0.16 0.04 318.14 0.87 0.71
Hex F5 74 CE 0 35 10 4 13E 57 47
Octal 365 164 316 0 65 20 4 476 127 107
Binary 11110101 1110100 11001110 0 110101 10000 100 100111110 1010111 1000111

Color Harmonies of #F574CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574CE

Black with #F574CE

Text Example


Text Example

White with #F574CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574CE; }

 p { color: rgb(245,116,206); }

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

background-color css

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

 a { background-color: rgb(245,116,206); }

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

border-color css

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

 span { border-color: rgb(245,116,206); }

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