Html Css Color HEX #F256C4 Neon Pink

📋 copy color: '#F256C4'

red 242 ◦ green 86 ◦ blue 196

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

Shades of Neon Pink #F256C4

Tints of Neon Pink #F256C4

RGB

 RED value IS 242 (94.92% from 255) = 46.18%

 GREEN value IS 86 (33.98% from 255) = 16.41%

 BLUE value IS 196 (76.95% from 255) = 37.4%

R = 46.18%
G = 16.41%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F256C4 (or 0xF256C4) is known color: Neon Pink. HEX triplet: F2, 56 and C4. RGB value is (242,86,196). Sum of RGB (Red+Green+Blue) = 242+86+196=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F256C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256C4 is #0DA93B. Grayscale: #909090. Windows color (decimal): -895292 or 12867314. OLE color: 12867314.

HSL color Cylindrical-coordinate representation of color #F256C4: hue angle of 317.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256C4 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 196 -
CMYK 0 0.64 0.19 0.05
HSL 317.69º 0.86% 0.64% -
HSV(B) 317.69º 0.64% 0.95% -
XYZ 49.91 29.52 55.29 -
YUV 145.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 242 86 196 0 0.64 0.19 0.05 317.69 0.86 0.64
Hex F2 56 C4 0 40 13 5 13E 56 40
Octal 362 126 304 0 100 23 5 476 126 100
Binary 11110010 1010110 11000100 0 1000000 10011 101 100111110 1010110 1000000

Color Harmonies of #F256C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256C4

Black with #F256C4

Text Example


Text Example

White with #F256C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256C4; }

 p { color: rgb(242,86,196); }

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

background-color css

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

 a { background-color: rgb(242,86,196); }

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

border-color css

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

 span { border-color: rgb(242,86,196); }

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