Html Css Color HEX #F25CC6 Neon Pink

📋 copy color: '#F25CC6'

red 242 ◦ green 92 ◦ blue 198

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

Shades of Neon Pink #F25CC6

Tints of Neon Pink #F25CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.22%

R = 45.49%
G = 17.29%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F25CC6 (or 0xF25CC6) is known color: Neon Pink. HEX triplet: F2, 5C and C6. RGB value is (242,92,198). Sum of RGB (Red+Green+Blue) = 242+92+198=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CC6 is #0DA339. Grayscale: #949494. Windows color (decimal): -893754 or 12999922. OLE color: 12999922.

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

Color convert

RGB 242 92 198 -
CMYK 0 0.62 0.18 0.05
HSL 317.6º 0.85% 0.65% -
HSV(B) 317.6º 0.62% 0.95% -
XYZ 50.64 30.61 56.67 -
YUV 148.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 242 92 198 0 0.62 0.18 0.05 317.6 0.85 0.65
Hex F2 5C C6 0 3E 12 5 13E 55 41
Octal 362 134 306 0 76 22 5 476 125 101
Binary 11110010 1011100 11000110 0 111110 10010 101 100111110 1010101 1000001

Color Harmonies of #F25CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CC6

Black with #F25CC6

Text Example


Text Example

White with #F25CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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