Html Css Color HEX #F25EC2 Neon Pink

📋 copy color: '#F25EC2'

red 242 ◦ green 94 ◦ blue 194

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

Shades of Neon Pink #F25EC2

Tints of Neon Pink #F25EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 45.66%
G = 17.74%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F25EC2 (or 0xF25EC2) is known color: Neon Pink. HEX triplet: F2, 5E and C2. RGB value is (242,94,194). Sum of RGB (Red+Green+Blue) = 242+94+194=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC2 is #0DA13D. Grayscale: #959595. Windows color (decimal): -893246 or 12738290. OLE color: 12738290.

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

Color convert

RGB 242 94 194 -
CMYK 0 0.61 0.20 0.05
HSL 319.46º 0.85% 0.66% -
HSV(B) 319.46º 0.61% 0.95% -
XYZ 50.36 30.78 54.33 -
YUV 149.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 242 94 194 0 0.61 0.20 0.05 319.46 0.85 0.66
Hex F2 5E C2 0 3D 14 5 13F 55 42
Octal 362 136 302 0 75 24 5 477 125 102
Binary 11110010 1011110 11000010 0 111101 10100 101 100111111 1010101 1000010

Color Harmonies of #F25EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25EC2

Black with #F25EC2

Text Example


Text Example

White with #F25EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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