Html Css Color HEX #F758CB Neon Pink

📋 copy color: '#F758CB'

red 247 ◦ green 88 ◦ blue 203

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

Shades of Neon Pink #F758CB

Tints of Neon Pink #F758CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.36%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 45.91%
G = 16.36%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F758CB (or 0xF758CB) is known color: Neon Pink. HEX triplet: F7, 58 and CB. RGB value is (247,88,203). Sum of RGB (Red+Green+Blue) = 247+88+203=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F758CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758CB is #08A734. Grayscale: #949494. Windows color (decimal): -567093 or 13326583. OLE color: 13326583.

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

Color convert

RGB 247 88 203 -
CMYK 0 0.64 0.18 0.03
HSL 316.6º 0.91% 0.66% -
HSV(B) 316.6º 0.64% 0.97% -
XYZ 52.63 31.07 59.72 -
YUV 148.65 158.68 198.15 -
System Red Green Blue C M Y K H S L
Decimal 247 88 203 0 0.64 0.18 0.03 316.6 0.91 0.66
Hex F7 58 CB 0 40 12 3 13D 5B 42
Octal 367 130 313 0 100 22 3 475 133 102
Binary 11110111 1011000 11001011 0 1000000 10010 11 100111101 1011011 1000010

Color Harmonies of #F758CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F758CB

Black with #F758CB

Text Example


Text Example

White with #F758CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F758CB; }

 p { color: rgb(247,88,203); }

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

background-color css

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

 a { background-color: rgb(247,88,203); }

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

border-color css

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

 span { border-color: rgb(247,88,203); }

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