Html Css Color HEX #F25AC4 Neon Pink

📋 copy color: '#F25AC4'

red 242 ◦ green 90 ◦ blue 196

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

Shades of Neon Pink #F25AC4

Tints of Neon Pink #F25AC4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.05%

 BLUE value IS 196 (76.95% from 255) = 37.12%

R = 45.83%
G = 17.05%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F25AC4 (or 0xF25AC4) is known color: Neon Pink. HEX triplet: F2, 5A and C4. RGB value is (242,90,196). Sum of RGB (Red+Green+Blue) = 242+90+196=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F25AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25AC4 is #0DA53B. Grayscale: #939393. Windows color (decimal): -894268 or 12868338. OLE color: 12868338.

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

Color convert

RGB 242 90 196 -
CMYK 0 0.63 0.19 0.05
HSL 318.16º 0.85% 0.65% -
HSV(B) 318.16º 0.63% 0.95% -
XYZ 50.24 30.18 55.4 -
YUV 147.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 242 90 196 0 0.63 0.19 0.05 318.16 0.85 0.65
Hex F2 5A C4 0 3F 13 5 13E 55 41
Octal 362 132 304 0 77 23 5 476 125 101
Binary 11110010 1011010 11000100 0 111111 10011 101 100111110 1010101 1000001

Color Harmonies of #F25AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25AC4

Black with #F25AC4

Text Example


Text Example

White with #F25AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25AC4; }

 p { color: rgb(242,90,196); }

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

background-color css

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

 a { background-color: rgb(242,90,196); }

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

border-color css

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

 span { border-color: rgb(242,90,196); }

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