Html Css Color HEX #F25FCC Neon Pink

📋 copy color: '#F25FCC'

red 242 ◦ green 95 ◦ blue 204

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

Shades of Neon Pink #F25FCC

Tints of Neon Pink #F25FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.56%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 44.73%
G = 17.56%
B = 37.71%

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

#F25FCC (or 0xF25FCC) is known color: Neon Pink. HEX triplet: F2, 5F and CC. RGB value is (242,95,204). Sum of RGB (Red+Green+Blue) = 242+95+204=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25FCC is #0DA033. Grayscale: #979797. Windows color (decimal): -892980 or 13393906. OLE color: 13393906.

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

Color convert

RGB 242 95 204 -
CMYK 0 0.61 0.16 0.05
HSL 315.51º 0.85% 0.66% -
HSV(B) 315.51º 0.61% 0.95% -
XYZ 51.61 31.42 60.47 -
YUV 151.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 242 95 204 0 0.61 0.16 0.05 315.51 0.85 0.66
Hex F2 5F CC 0 3D 10 5 13C 55 42
Octal 362 137 314 0 75 20 5 474 125 102
Binary 11110010 1011111 11001100 0 111101 10000 101 100111100 1010101 1000010

Color Harmonies of #F25FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25FCC

Black with #F25FCC

Text Example


Text Example

White with #F25FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25FCC; }

 p { color: rgb(242,95,204); }

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

background-color css

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

 a { background-color: rgb(242,95,204); }

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

border-color css

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

 span { border-color: rgb(242,95,204); }

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