Html Css Color HEX #F874CE Neon Pink

📋 copy color: '#F874CE'

red 248 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #F874CE

Tints of Neon Pink #F874CE

RGB

 RED value IS 248 (97.27% from 255) = 43.51%

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

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

R = 43.51%
G = 20.35%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F874CE (or 0xF874CE) is known color: Neon Pink. HEX triplet: F8, 74 and CE. RGB value is (248,116,206). Sum of RGB (Red+Green+Blue) = 248+116+206=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F874CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874CE is #078B31. Grayscale: #A5A5A5. Windows color (decimal): -494386 or 13530360. OLE color: 13530360.

HSL color Cylindrical-coordinate representation of color #F874CE: hue angle of 319.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874CE is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 206 -
CMYK 0 0.53 0.17 0.03
HSL 319.09º 0.9% 0.71% -
HSV(B) 319.09º 0.53% 0.97% -
XYZ 56.1 36.9 62.56 -
YUV 165.73 150.73 186.68 -
System Red Green Blue C M Y K H S L
Decimal 248 116 206 0 0.53 0.17 0.03 319.09 0.9 0.71
Hex F8 74 CE 0 35 11 3 13F 5A 47
Octal 370 164 316 0 65 21 3 477 132 107
Binary 11111000 1110100 11001110 0 110101 10001 11 100111111 1011010 1000111

Color Harmonies of #F874CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874CE

Black with #F874CE

Text Example


Text Example

White with #F874CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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