Html Css Color HEX #F25DC4 Neon Pink

📋 copy color: '#F25DC4'

red 242 ◦ green 93 ◦ blue 196

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

Shades of Neon Pink #F25DC4

Tints of Neon Pink #F25DC4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

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

R = 45.57%
G = 17.51%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F25DC4 (or 0xF25DC4) is known color: Neon Pink. HEX triplet: F2, 5D and C4. RGB value is (242,93,196). Sum of RGB (Red+Green+Blue) = 242+93+196=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DC4 is #0DA23B. Grayscale: #959595. Windows color (decimal): -893500 or 12869106. OLE color: 12869106.

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

Color convert

RGB 242 93 196 -
CMYK 0 0.62 0.19 0.05
HSL 318.52º 0.85% 0.66% -
HSV(B) 318.52º 0.62% 0.95% -
XYZ 50.5 30.69 55.49 -
YUV 149.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 242 93 196 0 0.62 0.19 0.05 318.52 0.85 0.66
Hex F2 5D C4 0 3E 13 5 13F 55 42
Octal 362 135 304 0 76 23 5 477 125 102
Binary 11110010 1011101 11000100 0 111110 10011 101 100111111 1010101 1000010

Color Harmonies of #F25DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DC4

Black with #F25DC4

Text Example


Text Example

White with #F25DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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