Html Css Color HEX #F25CC0 Neon Pink

📋 copy color: '#F25CC0'

red 242 ◦ green 92 ◦ blue 192

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

Shades of Neon Pink #F25CC0

Tints of Neon Pink #F25CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.49%

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

R = 46.01%
G = 17.49%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F25CC0 (or 0xF25CC0) is known color: Neon Pink. HEX triplet: F2, 5C and C0. RGB value is (242,92,192). Sum of RGB (Red+Green+Blue) = 242+92+192=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CC0 is #0DA33F. Grayscale: #949494. Windows color (decimal): -893760 or 12606706. OLE color: 12606706.

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

Color convert

RGB 242 92 192 -
CMYK 0 0.62 0.21 0.05
HSL 320º 0.85% 0.65% -
HSV(B) 320º 0.62% 0.95% -
XYZ 49.96 30.34 53.09 -
YUV 148.25 152.7 194.87 -
System Red Green Blue C M Y K H S L
Decimal 242 92 192 0 0.62 0.21 0.05 320 0.85 0.65
Hex F2 5C C0 0 3E 15 5 140 55 41
Octal 362 134 300 0 76 25 5 500 125 101
Binary 11110010 1011100 11000000 0 111110 10101 101 101000000 1010101 1000001

Color Harmonies of #F25CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CC0

Black with #F25CC0

Text Example


Text Example

White with #F25CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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