Html Css Color HEX #F75CCB Neon Pink

📋 copy color: '#F75CCB'

red 247 ◦ green 92 ◦ blue 203

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

Shades of Neon Pink #F75CCB

Tints of Neon Pink #F75CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.97%

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

R = 45.57%
G = 16.97%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F75CCB (or 0xF75CCB) is known color: Neon Pink. HEX triplet: F7, 5C and CB. RGB value is (247,92,203). Sum of RGB (Red+Green+Blue) = 247+92+203=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CCB is #08A334. Grayscale: #969696. Windows color (decimal): -566069 or 13327607. OLE color: 13327607.

HSL color Cylindrical-coordinate representation of color #F75CCB: hue angle of 317.03º 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 #F75CCB is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 92 203 -
CMYK 0 0.63 0.18 0.03
HSL 317.03º 0.91% 0.66% -
HSV(B) 317.03º 0.63% 0.97% -
XYZ 52.96 31.74 59.83 -
YUV 151 157.35 196.47 -
System Red Green Blue C M Y K H S L
Decimal 247 92 203 0 0.63 0.18 0.03 317.03 0.91 0.66
Hex F7 5C CB 0 3F 12 3 13D 5B 42
Octal 367 134 313 0 77 22 3 475 133 102
Binary 11110111 1011100 11001011 0 111111 10010 11 100111101 1011011 1000010

Color Harmonies of #F75CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75CCB

Black with #F75CCB

Text Example


Text Example

White with #F75CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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