Html Css Color HEX #F25EC0 Neon Pink

📋 copy color: '#F25EC0'

red 242 ◦ green 94 ◦ blue 192

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

Shades of Neon Pink #F25EC0

Tints of Neon Pink #F25EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 45.83%
G = 17.8%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F25EC0 (or 0xF25EC0) is known color: Neon Pink. HEX triplet: F2, 5E and C0. RGB value is (242,94,192). Sum of RGB (Red+Green+Blue) = 242+94+192=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC0 is #0DA13F. Grayscale: #959595. Windows color (decimal): -893248 or 12607218. OLE color: 12607218.

HSL color Cylindrical-coordinate representation of color #F25EC0: hue angle of 320.27º 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 #F25EC0 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 94 192 -
CMYK 0 0.61 0.21 0.05
HSL 320.27º 0.85% 0.66% -
HSV(B) 320.27º 0.61% 0.95% -
XYZ 50.14 30.69 53.15 -
YUV 149.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 242 94 192 0 0.61 0.21 0.05 320.27 0.85 0.66
Hex F2 5E C0 0 3D 15 5 140 55 42
Octal 362 136 300 0 75 25 5 500 125 102
Binary 11110010 1011110 11000000 0 111101 10101 101 101000000 1010101 1000010

Color Harmonies of #F25EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EC0

Black with #F25EC0

Text Example


Text Example

White with #F25EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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