Html Css Color HEX #F75BCE Neon Pink

📋 copy color: '#F75BCE'

red 247 ◦ green 91 ◦ blue 206

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

Shades of Neon Pink #F75BCE

Tints of Neon Pink #F75BCE

RGB

 RED value IS 247 (96.88% from 255) = 45.4%

 GREEN value IS 91 (35.94% from 255) = 16.73%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 45.4%
G = 16.73%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F75BCE (or 0xF75BCE) is known color: Neon Pink. HEX triplet: F7, 5B and CE. RGB value is (247,91,206). Sum of RGB (Red+Green+Blue) = 247+91+206=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 91 (35.94% from 255 or 16.73% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F75BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75BCE is #08A431. Grayscale: #969696. Windows color (decimal): -566322 or 13523959. OLE color: 13523959.

HSL color Cylindrical-coordinate representation of color #F75BCE: hue angle of 315.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75BCE is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 91 206 -
CMYK 0 0.63 0.17 0.03
HSL 315.77º 0.91% 0.66% -
HSV(B) 315.77º 0.63% 0.97% -
XYZ 53.24 31.71 61.71 -
YUV 150.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 247 91 206 0 0.63 0.17 0.03 315.77 0.91 0.66
Hex F7 5B CE 0 3F 11 3 13C 5B 42
Octal 367 133 316 0 77 21 3 474 133 102
Binary 11110111 1011011 11001110 0 111111 10001 11 100111100 1011011 1000010

Color Harmonies of #F75BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75BCE

Black with #F75BCE

Text Example


Text Example

White with #F75BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75BCE; }

 p { color: rgb(247,91,206); }

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

background-color css

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

 a { background-color: rgb(247,91,206); }

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

border-color css

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

 span { border-color: rgb(247,91,206); }

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