Html Css Color HEX #F257C6 Neon Pink

📋 copy color: '#F257C6'

red 242 ◦ green 87 ◦ blue 198

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

Shades of Neon Pink #F257C6

Tints of Neon Pink #F257C6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.51%

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

R = 45.92%
G = 16.51%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F257C6 (or 0xF257C6) is known color: Neon Pink. HEX triplet: F2, 57 and C6. RGB value is (242,87,198). Sum of RGB (Red+Green+Blue) = 242+87+198=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F257C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257C6 is #0DA839. Grayscale: #919191. Windows color (decimal): -895034 or 12998642. OLE color: 12998642.

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

Color convert

RGB 242 87 198 -
CMYK 0 0.64 0.18 0.05
HSL 317.03º 0.86% 0.65% -
HSV(B) 317.03º 0.64% 0.95% -
XYZ 50.22 29.77 56.53 -
YUV 146 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 242 87 198 0 0.64 0.18 0.05 317.03 0.86 0.65
Hex F2 57 C6 0 40 12 5 13D 56 41
Octal 362 127 306 0 100 22 5 475 126 101
Binary 11110010 1010111 11000110 0 1000000 10010 101 100111101 1010110 1000001

Color Harmonies of #F257C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257C6

Black with #F257C6

Text Example


Text Example

White with #F257C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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