Html Css Color HEX #F25EC4 Neon Pink

📋 copy color: '#F25EC4'

red 242 ◦ green 94 ◦ blue 196

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

Shades of Neon Pink #F25EC4

Tints of Neon Pink #F25EC4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.67%

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

R = 45.49%
G = 17.67%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F25EC4 (or 0xF25EC4) is known color: Neon Pink. HEX triplet: F2, 5E and C4. RGB value is (242,94,196). Sum of RGB (Red+Green+Blue) = 242+94+196=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC4 is #0DA13B. Grayscale: #959595. Windows color (decimal): -893244 or 12869362. OLE color: 12869362.

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

Color convert

RGB 242 94 196 -
CMYK 0 0.61 0.19 0.05
HSL 318.65º 0.85% 0.66% -
HSV(B) 318.65º 0.61% 0.95% -
XYZ 50.58 30.87 55.52 -
YUV 149.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 242 94 196 0 0.61 0.19 0.05 318.65 0.85 0.66
Hex F2 5E C4 0 3D 13 5 13F 55 42
Octal 362 136 304 0 75 23 5 477 125 102
Binary 11110010 1011110 11000100 0 111101 10011 101 100111111 1010101 1000010

Color Harmonies of #F25EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EC4

Black with #F25EC4

Text Example


Text Example

White with #F25EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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