Html Css Color HEX #FF6FCC Neon Pink

📋 copy color: '#FF6FCC'

red 255 ◦ green 111 ◦ blue 204

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

Shades of Neon Pink #FF6FCC

Tints of Neon Pink #FF6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.47%

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

R = 44.74%
G = 19.47%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF6FCC (or 0xFF6FCC) is known color: Neon Pink. HEX triplet: FF, 6F and CC. RGB value is (255,111,204). Sum of RGB (Red+Green+Blue) = 255+111+204=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6FCC is #009033. Grayscale: #A4A4A4. Windows color (decimal): -36916 or 13398015. OLE color: 13398015.

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

Color convert

RGB 255 111 204 -
CMYK 0 0.56 0.2 0
HSL 321.25º 1% 0.72% -
HSV(B) 321.25º 0.56% 1% -
XYZ 57.82 36.99 61.22 -
YUV 164.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 255 111 204 0 0.56 0.2 0 321.25 1 0.72
Hex FF 6F CC 0 38 14 0 141 64 48
Octal 377 157 314 0 70 24 0 501 144 110
Binary 11111111 1101111 11001100 0 111000 10100 0 101000001 1100100 1001000

Color Harmonies of #FF6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FCC

Black with #FF6FCC

Text Example


Text Example

White with #FF6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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