Html Css Color HEX #F25ECB Neon Pink

📋 copy color: '#F25ECB'

red 242 ◦ green 94 ◦ blue 203

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

Shades of Neon Pink #F25ECB

Tints of Neon Pink #F25ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 44.9%
G = 17.44%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F25ECB (or 0xF25ECB) is known color: Neon Pink. HEX triplet: F2, 5E and CB. RGB value is (242,94,203). Sum of RGB (Red+Green+Blue) = 242+94+203=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ECB is #0DA134. Grayscale: #969696. Windows color (decimal): -893237 or 13328114. OLE color: 13328114.

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

Color convert

RGB 242 94 203 -
CMYK 0 0.61 0.16 0.05
HSL 315.81º 0.85% 0.66% -
HSV(B) 315.81º 0.61% 0.95% -
XYZ 51.4 31.19 59.81 -
YUV 150.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 242 94 203 0 0.61 0.16 0.05 315.81 0.85 0.66
Hex F2 5E CB 0 3D 10 5 13C 55 42
Octal 362 136 313 0 75 20 5 474 125 102
Binary 11110010 1011110 11001011 0 111101 10000 101 100111100 1010101 1000010

Color Harmonies of #F25ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25ECB

Black with #F25ECB

Text Example


Text Example

White with #F25ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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