Html Css Color HEX #F257BF Neon Pink

📋 copy color: '#F257BF'

red 242 ◦ green 87 ◦ blue 191

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

Shades of Neon Pink #F257BF

Tints of Neon Pink #F257BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.73%

R = 46.54%
G = 16.73%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F257BF (or 0xF257BF) is known color: Neon Pink. HEX triplet: F2, 57 and BF. RGB value is (242,87,191). Sum of RGB (Red+Green+Blue) = 242+87+191=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F257BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F257BF is #0DA840. Grayscale: #909090. Windows color (decimal): -895041 or 12539890. OLE color: 12539890.

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

Color convert

RGB 242 87 191 -
CMYK 0 0.64 0.21 0.05
HSL 319.74º 0.86% 0.65% -
HSV(B) 319.74º 0.64% 0.95% -
XYZ 49.43 29.46 52.37 -
YUV 145.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 242 87 191 0 0.64 0.21 0.05 319.74 0.86 0.65
Hex F2 57 BF 0 40 15 5 140 56 41
Octal 362 127 277 0 100 25 5 500 126 101
Binary 11110010 1010111 10111111 0 1000000 10101 101 101000000 1010110 1000001

Color Harmonies of #F257BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F257BF

Black with #F257BF

Text Example


Text Example

White with #F257BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F257BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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