Html Css Color HEX #FF75CC Neon Pink

📋 copy color: '#FF75CC'

red 255 ◦ green 117 ◦ blue 204

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

Shades of Neon Pink #FF75CC

Tints of Neon Pink #FF75CC

RGB

 RED value IS 255 (100% from 255) = 44.27%

 GREEN value IS 117 (46.09% from 255) = 20.31%

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 44.27%
G = 20.31%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF75CC (or 0xFF75CC) is known color: Neon Pink. HEX triplet: FF, 75 and CC. RGB value is (255,117,204). Sum of RGB (Red+Green+Blue) = 255+117+204=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75CC is #008A33. Grayscale: #A7A7A7. Windows color (decimal): -35380 or 13399551. OLE color: 13399551.

HSL color Cylindrical-coordinate representation of color #FF75CC: hue angle of 322.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75CC is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 204 -
CMYK 0 0.54 0.2 0
HSL 322.17º 1% 0.73% -
HSV(B) 322.17º 0.54% 1% -
XYZ 58.5 38.34 61.44 -
YUV 168.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 255 117 204 0 0.54 0.2 0 322.17 1 0.73
Hex FF 75 CC 0 36 14 0 142 64 49
Octal 377 165 314 0 66 24 0 502 144 111
Binary 11111111 1110101 11001100 0 110110 10100 0 101000010 1100100 1001001

Color Harmonies of #FF75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75CC

Black with #FF75CC

Text Example


Text Example

White with #FF75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75CC; }

 p { color: rgb(255,117,204); }

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

background-color css

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

 a { background-color: rgb(255,117,204); }

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

border-color css

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

 span { border-color: rgb(255,117,204); }

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